blob: b80eb2d4be2d38cd3bba647c3d46fb4ce8026ff3 [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 #CASE60: Initialize the upgrade.
12 #CASE61: Upgrade a minority of nodes PHASE 1
13 #CASE62: Transfer to new version. PHASE 2
14 #CASE63: Rollback the upgrade
15 #CASE64: Reset the upgrade state.
16 #CASE7: Check state after control plane failure
17 #CASE8: Compare topo
18 #CASE9: Link down
19 #CASE10: Link up
20 #CASE11: Switch down
21 #CASE12: Switch up
22 #CASE13: Clean up
23 #CASE14: Start election app on all onos nodes
24 #CASE15: Check that Leadership Election is still functional
25 #CASE16: Install Distributed Primitives app
26 #CASE17: Check for basic functionality with distributed primitives
27 <testcases>1,102,8,104,[5,14,15,16,17]*1,[60,8,61,8,62,8,63,8,64,8,7,104,15,17],8,7,104,15,17,9,8,104,10,8,104,[11,8,104,12,8,104]*0,13</testcases>
28
29 <GRAPH>
30 <nodeCluster>VM</nodeCluster>
31 <builds>20</builds>
32 </GRAPH>
33
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>