blob: 23e7ae806e26770d391dde331f775140b2fbb624 [file] [log] [blame]
Jon Hall6e709752016-02-01 13:38:46 -08001<PARAMS>
2 #List of test cases:
3 #CASE1: Compile ONOS and push it to the test machines
4 #CASE2: Assign devices to controllers
5 #CASE21: Assign mastership to controllers
6 #CASE3: Assign intents
7 #CASE4: Ping across added host intents
8 #CASE5: Reading state of ONOS
9 #CASE61: The Failure inducing case.
10 #CASE62: The Failure recovery case.
11 #CASE7: Check state after control plane failure
12 #CASE8: Compare topo
13 #CASE9: Link s3-s28 down
14 #CASE10: Link s3-s28 up
15 #CASE11: Switch down
16 #CASE12: Switch up
17 #CASE13: Clean up
18 #CASE14: start election app on all onos nodes
19 #CASE15: Check that Leadership Election is still functional
20 #CASE16: Install Distributed Primitives app
21 #CASE17: Check for basic functionality with distributed primitives
22 <testcases>1,[2,8,3,4,5,14,16,17]*1,[61,8,7,4,15,17,62],8,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
23 <imports>
24 <path> /home/admin/OnosSystemTest/TestON/tests/HAfullNetPartition/dependencies/ </path>
25 </imports>
26 <ENV>
27 <cellName>HA</cellName>
28 <appString>drivers,openflow,proxyarp,mobility</appString>
29 </ENV>
30 <Git> False </Git>
31 <branch> master </branch>
32 <num_controllers> 7 </num_controllers>
33 <tcpdump> False </tcpdump>
34
35 <CTRL>
36 <port1>6653</port1>
37 <port2>6653</port2>
38 <port3>6653</port3>
39 <port4>6653</port4>
40 <port5>6653</port5>
41 <port6>6653</port6>
42 <port7>6653</port7>
43 </CTRL>
44 <BACKUP>
45 <ENABLED> False </ENABLED>
46 <TESTONUSER>admin</TESTONUSER>
47 <TESTONIP>10.128.30.9</TESTONIP>
48 </BACKUP>
49 <PING>
50 <source1>h8</source1>
51 <source2>h9</source2>
52 <source3>h10</source3>
53 <source4>h11</source4>
54 <source5>h12</source5>
55 <source6>h13</source6>
56 <source7>h14</source7>
57 <source8>h15</source8>
58 <source9>h16</source9>
59 <source10>h17</source10>
60 <target1>10.0.0.18</target1>
61 <target2>10.0.0.19</target2>
62 <target3>10.0.0.20</target3>
63 <target4>10.0.0.21</target4>
64 <target5>10.0.0.22</target5>
65 <target6>10.0.0.23</target6>
66 <target7>10.0.0.24</target7>
67 <target8>10.0.0.25</target8>
68 <target9>10.0.0.26</target9>
69 <target10>10.0.0.27</target10>
70 </PING>
71 <timers>
72 <LinkDiscovery>12</LinkDiscovery>
73 <SwitchDiscovery>12</SwitchDiscovery>
74 <gossip>5</gossip>
75 </timers>
76 <kill>
77 <switch> s5 </switch>
78 <dpid> 0000000000005000 </dpid>
79 <links> h5 s2 s1 s6 </links>
80 </kill>
81 <MNtcpdump>
82 <intf>eth0</intf>
83 <port> </port>
84 <folder>~/packet_captures/</folder>
85 </MNtcpdump>
86</PARAMS>