Jon Hall | ab61137 | 2018-02-21 15:26:05 -0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | #List of test cases: |
| 3 | #CASE1: Compile ONOS and push it to the test machines |
| 4 | #CASE2: Assign mastership to controllers |
| 5 | #CASE21: Assign mastership to controllers |
| 6 | #CASE102: Start Spine-Leaf Topology in Mininet |
| 7 | #CASE3: Assign intents |
| 8 | #CASE4: Ping across added host intents |
| 9 | #CASE104: Ping between all hosts |
| 10 | #CASE5: Reading state of ONOS |
| 11 | #CASE6: The Failure case. |
| 12 | #CASE7: Check state after control plane failure |
| 13 | #CASE8: Compare topo |
| 14 | #CASE9: Link down |
| 15 | #CASE10: Link up |
| 16 | #CASE11: Switch down |
| 17 | #CASE12: Switch up |
| 18 | #CASE13: Clean up |
| 19 | #CASE14: Start election app on all onos nodes |
| 20 | #CASE15: Check that Leadership Election is still functional |
| 21 | #CASE16: Install Distributed Primitives app |
| 22 | #CASE17: Check for basic functionality with distributed primitives |
| 23 | <testcases>1,102,8,104,8,5,14,15,16,17,[61,8,7,104,15,17,62,7,8,104,15,17]*1000,8,7,104,15,17,9,8,104,10,8,104,[11,8,104,12,8,104]*0,13</testcases> |
| 24 | |
| 25 | <GRAPH> |
| 26 | <nodeCluster>VM</nodeCluster> |
| 27 | <builds>20</builds> |
| 28 | </GRAPH> |
| 29 | |
| 30 | <apps></apps> |
| 31 | <ONOS_Configuration> |
| 32 | <org.onosproject.store.flow.impl.ECFlowRuleStore> |
| 33 | <backupCount>3</backupCount> |
| 34 | </org.onosproject.store.flow.impl.ECFlowRuleStore> |
| 35 | </ONOS_Configuration> |
| 36 | <ONOS_Logging> |
| 37 | <org.onosproject.events>TRACE</org.onosproject.events> |
| 38 | <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting> |
| 39 | <org.onosproject.driver.pipeline>DEBUG</org.onosproject.driver.pipeline> |
| 40 | <org.onosproject.store.group.impl>DEBUG</org.onosproject.store.group.impl> |
| 41 | <org.onosproject.net.flowobjective.impl>DEBUG</org.onosproject.net.flowobjective.impl> |
| 42 | </ONOS_Logging> |
| 43 | <ENV> |
| 44 | <cellName>HA</cellName> |
| 45 | <appString>events,drivers,openflow,segmentrouting,netcfghostprovider</appString> |
| 46 | </ENV> |
| 47 | <GIT> |
| 48 | <pull>False</pull> |
| 49 | <branch>master</branch> |
| 50 | </GIT> |
| 51 | <num_controllers> 7 </num_controllers> |
| 52 | <tcpdump> False </tcpdump> |
| 53 | |
| 54 | <topology> |
| 55 | <files> |
Jon Hall | 9677ed3 | 2018-04-24 11:16:23 -0700 | [diff] [blame] | 56 | <topo>~/TestON/tests/USECASE/SegmentRouting/dependencies/fabric.py</topo> |
Jon Hall | ab61137 | 2018-02-21 15:26:05 -0800 | [diff] [blame] | 57 | <dep1>~/TestON/tests/USECASE/SegmentRouting/dependencies/trellislib.py</dep1> |
| 58 | <dep2>~/TestON/tests/USECASE/SegmentRouting/dependencies/routinglib.py</dep2> |
| 59 | </files> |
Jon Hall | 9677ed3 | 2018-04-24 11:16:23 -0700 | [diff] [blame] | 60 | <topoFile>fabric.py</topoFile> |
Jon Hall | ab61137 | 2018-02-21 15:26:05 -0800 | [diff] [blame] | 61 | <args> --dhcp=0 --routers=0 --ipv6=0 --ipv4=1 </args> |
Jon Hall | 9677ed3 | 2018-04-24 11:16:23 -0700 | [diff] [blame] | 62 | <configPath>/HA/dependencies/json/</configPath> |
| 63 | <configName>TRELLIS_CONFIG_ipv4=1_ipv6=0_dhcp=0_routers=0.json</configName> |
Jon Hall | ab61137 | 2018-02-21 15:26:05 -0800 | [diff] [blame] | 64 | </topology> |
| 65 | <CTRL> |
| 66 | <port1>6653</port1> |
| 67 | <port2>6653</port2> |
| 68 | <port3>6653</port3> |
| 69 | <port4>6653</port4> |
| 70 | <port5>6653</port5> |
| 71 | <port6>6653</port6> |
| 72 | <port7>6653</port7> |
| 73 | </CTRL> |
| 74 | <BACKUP> |
| 75 | <ENABLED> False </ENABLED> |
| 76 | <TESTONUSER>sdn</TESTONUSER> |
| 77 | <TESTONIP>10.128.30.9</TESTONIP> |
| 78 | </BACKUP> |
| 79 | <timers> |
| 80 | <NetCfg>5</NetCfg> |
| 81 | <SRSetup>60</SRSetup> |
| 82 | <LinkDiscovery>60</LinkDiscovery> |
| 83 | <SwitchDiscovery>60</SwitchDiscovery> |
| 84 | <gossip>5</gossip> |
| 85 | </timers> |
| 86 | <kill> |
| 87 | <linkSrc>spine102</linkSrc> |
| 88 | <linkDst>leaf1</linkDst> |
| 89 | <switch> spine101 </switch> |
| 90 | <dpid> 0000000000000101 </dpid> |
| 91 | <links> leaf1 leaf2 leaf2 leaf3 leaf3 leaf4 leaf4 leaf5 leaf5 </links> |
| 92 | </kill> |
| 93 | <MNtcpdump> |
| 94 | <intf>eth0</intf> |
| 95 | <port> </port> |
| 96 | <folder>~/packet_captures/</folder> |
| 97 | </MNtcpdump> |
| 98 | </PARAMS> |