blob: 210d21667234d0f6aac113bcb6212b8a570bb4be [file] [log] [blame]
Jon Hall0e240372018-05-02 11:21:57 -07001<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 #CASE61: Kill a container
12 #CASE62: Restart a container
13 #CASE7: Check state after control plane failure
14 #CASE8: Compare topo
15 #CASE9: Link down
16 #CASE10: Link up
17 #CASE11: Switch down
18 #CASE12: Switch up
19 #CASE13: Clean up
20 #CASE14: Start election app on all onos nodes
21 #CASE15: Check that Leadership Election is still functional
22 #CASE16: Install Distributed Primitives app
23 #CASE17: Check for basic functionality with distributed primitives
24 <testcases>1,102,8,104,5,14,15,16,17,[61,8,7,104,15,17,62],8,7,8,104,15,17,9,8,104,10,8,104,[11,8,104,12,8,104]*0,13</testcases>
25
26 <GRAPH>
27 <nodeCluster>VM</nodeCluster>
28 <builds>20</builds>
29 </GRAPH>
30
31 <apps></apps>
32 <ONOS_Configuration>
33 <org.onosproject.store.flow.impl.ECFlowRuleStore>
34 <backupCount>3</backupCount>
35 </org.onosproject.store.flow.impl.ECFlowRuleStore>
36 </ONOS_Configuration>
37 <ONOS_Logging>
38 <org.onosproject.events>TRACE</org.onosproject.events>
39 <org.onosproject.segmentrouting>DEBUG</org.onosproject.segmentrouting>
40 <org.onosproject.driver.pipeline>DEBUG</org.onosproject.driver.pipeline>
41 <org.onosproject.store.group.impl>DEBUG</org.onosproject.store.group.impl>
42 <org.onosproject.net.flowobjective.impl>DEBUG</org.onosproject.net.flowobjective.impl>
43 </ONOS_Logging>
44 <ENV>
45 <cellName>HA</cellName>
46 <appString>events,drivers,openflow,segmentrouting,netcfghostprovider</appString>
47 </ENV>
48 <GIT>
49 <pull>False</pull>
50 <branch>master</branch>
51 </GIT>
52 <num_controllers> 7 </num_controllers>
53 <tcpdump> False </tcpdump>
54
55 <topology>
56 <files>
57 <topo>~/TestON/tests/USECASE/SegmentRouting/dependencies/fabric.py</topo>
58 <dep1>~/TestON/tests/USECASE/SegmentRouting/dependencies/trellislib.py</dep1>
59 <dep2>~/TestON/tests/USECASE/SegmentRouting/dependencies/routinglib.py</dep2>
60 </files>
61 <topoFile>fabric.py</topoFile>
62 <args> --dhcp=0 --routers=0 --ipv6=0 --ipv4=1 </args>
63 <configPath>/HA/dependencies/json/</configPath>
64 <configName>TRELLIS_CONFIG_ipv4=1_ipv6=0_dhcp=0_routers=0.json</configName>
65 </topology>
66 <CTRL>
67 <port1>6653</port1>
68 <port2>6653</port2>
69 <port3>6653</port3>
70 <port4>6653</port4>
71 <port5>6653</port5>
72 <port6>6653</port6>
73 <port7>6653</port7>
74 </CTRL>
75 <BACKUP>
76 <ENABLED> False </ENABLED>
77 <TESTONUSER>sdn</TESTONUSER>
78 <TESTONIP>10.128.30.9</TESTONIP>
79 </BACKUP>
80 <timers>
81 <NetCfg>5</NetCfg>
82 <SRSetup>60</SRSetup>
83 <LinkDiscovery>60</LinkDiscovery>
84 <SwitchDiscovery>60</SwitchDiscovery>
85 <gossip>5</gossip>
86 </timers>
87 <kill>
88 <linkSrc>spine102</linkSrc>
89 <linkDst>leaf1</linkDst>
90 <switch> spine101 </switch>
91 <dpid> 0000000000000101 </dpid>
92 <links> leaf1 leaf2 leaf2 leaf3 leaf3 leaf4 leaf4 leaf5 leaf5 </links>
93 </kill>
94 <MNtcpdump>
95 <intf>eth0</intf>
96 <port> </port>
97 <folder>~/packet_captures/</folder>
98 </MNtcpdump>
99</PARAMS>