blob: fd3b88394aab7e28842464b0098f87ac6e56f988 [file] [log] [blame]
Jon Hallab611372018-02-21 15:26:05 -08001<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,5,14,15,16,17]*1,6,8,3,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 <server>
31 <port>8000</port>
Jon Hallcd2604f2018-04-12 12:39:48 -070032 <interface></interface>
Jon Hallab611372018-02-21 15:26:05 -080033 </server>
34 <apps></apps>
35 <ONOS_Configuration>
36 <org.onosproject.store.flow.impl.ECFlowRuleStore>
37 <backupCount>3</backupCount>
38 </org.onosproject.store.flow.impl.ECFlowRuleStore>
39 </ONOS_Configuration>
40 <ONOS_Logging>
41 <org.onosproject.events>TRACE</org.onosproject.events>
42 <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
43 <org.onosproject.driver.pipeline>DEBUG</org.onosproject.driver.pipeline>
44 <org.onosproject.store.group.impl>DEBUG</org.onosproject.store.group.impl>
45 <org.onosproject.net.flowobjective.impl>DEBUG</org.onosproject.net.flowobjective.impl>
46 </ONOS_Logging>
47 <ENV>
48 <cellName>HA</cellName>
49 <appString>events,drivers,openflow,segmentrouting,netcfghostprovider</appString>
50 </ENV>
51 <GIT>
52 <pull>False</pull>
53 <branch>master</branch>
54 </GIT>
55 <num_controllers> 7 </num_controllers>
56 <tcpdump> False </tcpdump>
57
58 <topology>
59 <files>
Jon Hall9677ed32018-04-24 11:16:23 -070060 <topo>~/TestON/tests/USECASE/SegmentRouting/dependencies/fabric.py</topo>
Jon Hallab611372018-02-21 15:26:05 -080061 <dep1>~/TestON/tests/USECASE/SegmentRouting/dependencies/trellislib.py</dep1>
62 <dep2>~/TestON/tests/USECASE/SegmentRouting/dependencies/routinglib.py</dep2>
63 </files>
Jon Hall9677ed32018-04-24 11:16:23 -070064 <topoFile>fabric.py</topoFile>
Jon Hallab611372018-02-21 15:26:05 -080065 <args> --dhcp=0 --routers=0 --ipv6=0 --ipv4=1 </args>
Jon Hall9677ed32018-04-24 11:16:23 -070066 <configPath>/HA/dependencies/json/</configPath>
67 <configName>TRELLIS_CONFIG_ipv4=1_ipv6=0_dhcp=0_routers=0.json</configName>
Jon Hallab611372018-02-21 15:26:05 -080068 </topology>
69 <CTRL>
70 <port1>6653</port1>
71 <port2>6653</port2>
72 <port3>6653</port3>
73 <port4>6653</port4>
74 <port5>6653</port5>
75 <port6>6653</port6>
76 <port7>6653</port7>
77 </CTRL>
78 <BACKUP>
79 <ENABLED> False </ENABLED>
80 <TESTONUSER>sdn</TESTONUSER>
81 <TESTONIP>10.128.30.9</TESTONIP>
82 </BACKUP>
83 <timers>
84 <NetCfg>5</NetCfg>
85 <SRSetup>60</SRSetup>
86 <LinkDiscovery>60</LinkDiscovery>
87 <SwitchDiscovery>60</SwitchDiscovery>
88 <gossip>5</gossip>
89 </timers>
90 <kill>
91 <linkSrc>spine102</linkSrc>
92 <linkDst>leaf1</linkDst>
93 <switch> spine101 </switch>
94 <dpid> 0000000000000101 </dpid>
95 <links> leaf1 leaf2 leaf2 leaf3 leaf3 leaf4 leaf4 leaf5 leaf5 </links>
96 </kill>
97 <MNtcpdump>
98 <intf>eth0</intf>
99 <port> </port>
100 <folder>~/packet_captures/</folder>
101 </MNtcpdump>
102</PARAMS>