blob: 52bded547cd7042121aac497569717a99f9e0c02 [file] [log] [blame]
Jon Hall85794ff2015-07-08 14:12:30 -07001<PARAMS>
2 #CASE1: Compile ONOS and push it to the test machines
3 #CASE2: Assign mastership to controllers
4 #CASE3: Assign intents
5 #CASE4: Ping across added host intents
6 #CASE5: Reading state of ONOS
7 #CASE6: The Failure case. Since this is the Sanity test, we do nothing.
8 #CASE7: Check state after control plane failure
9 #CASE8: Compare topo
10 #CASE9: Link s3-s28 down
11 #CASE10: Link s3-s28 up
12 #CASE11: Switch down
13 #CASE12: Switch up
14 #CASE13: Clean up
15 #CASE14: start election app on all onos nodes
16 #CASE15: Check that Leadership Election is still functional
17 <testcases>1,2,8,3,4,5,14,15,16,17,[6],8,3,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
18 <ENV>
19 <cellName>HA</cellName>
20 </ENV>
21 <Git>False</Git>
22 <branch> master </branch>
23 <num_controllers> 1 </num_controllers>
24 <tcpdump> False </tcpdump>
25
26 <CTRL>
27 <port1>6633</port1>
28 </CTRL>
29 <BACKUP>
30 <ENABLED> False </ENABLED>
31 <TESTONUSER>admin</TESTONUSER>
32 <TESTONIP>10.128.30.9</TESTONIP>
33 </BACKUP>
34 <PING>
35 <source1>h8</source1>
36 <source2>h9</source2>
37 <source3>h10</source3>
38 <source4>h11</source4>
39 <source5>h12</source5>
40 <source6>h13</source6>
41 <source7>h14</source7>
42 <source8>h15</source8>
43 <source9>h16</source9>
44 <source10>h17</source10>
45 <target1>10.0.0.18</target1>
46 <target2>10.0.0.19</target2>
47 <target3>10.0.0.20</target3>
48 <target4>10.0.0.21</target4>
49 <target5>10.0.0.22</target5>
50 <target6>10.0.0.23</target6>
51 <target7>10.0.0.24</target7>
52 <target8>10.0.0.25</target8>
53 <target9>10.0.0.26</target9>
54 <target10>10.0.0.27</target10>
55 </PING>
56 <timers>
57 <LinkDiscovery>.2</LinkDiscovery>
58 <SwitchDiscovery>.2</SwitchDiscovery>
59 </timers>
60 <kill>
61 <switch> s5 </switch>
62 <dpid> 0000000000005000 </dpid>
63 <links> h5 s2 s1 s6 </links>
64 </kill>
65 <MNtcpdump>
66 <intf>eth0</intf>
67 <port> </port>
68 <folder>~/packet_captures/</folder>
69 </MNtcpdump>
70</PARAMS>