blob: d7014e4a2cd0adbbcaa729d342b4af4a03998d49 [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>
Jon Halla440e872016-03-31 15:15:50 -070018
Jon Hall85794ff2015-07-08 14:12:30 -070019 <ENV>
20 <cellName>HA</cellName>
Jon Hall5cf14d52015-07-16 12:15:19 -070021 <appString>drivers,openflow,proxyarp,mobility</appString>
Jon Hall85794ff2015-07-08 14:12:30 -070022 </ENV>
Jon Hall5cf14d52015-07-16 12:15:19 -070023 <Git> False </Git>
Jon Hall85794ff2015-07-08 14:12:30 -070024 <branch> master </branch>
25 <num_controllers> 1 </num_controllers>
26 <tcpdump> False </tcpdump>
27
28 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080029 <port1>6653</port1>
Jon Hall85794ff2015-07-08 14:12:30 -070030 </CTRL>
31 <BACKUP>
32 <ENABLED> False </ENABLED>
33 <TESTONUSER>admin</TESTONUSER>
34 <TESTONIP>10.128.30.9</TESTONIP>
35 </BACKUP>
36 <PING>
37 <source1>h8</source1>
38 <source2>h9</source2>
39 <source3>h10</source3>
40 <source4>h11</source4>
41 <source5>h12</source5>
42 <source6>h13</source6>
43 <source7>h14</source7>
44 <source8>h15</source8>
45 <source9>h16</source9>
46 <source10>h17</source10>
47 <target1>10.0.0.18</target1>
48 <target2>10.0.0.19</target2>
49 <target3>10.0.0.20</target3>
50 <target4>10.0.0.21</target4>
51 <target5>10.0.0.22</target5>
52 <target6>10.0.0.23</target6>
53 <target7>10.0.0.24</target7>
54 <target8>10.0.0.25</target8>
55 <target9>10.0.0.26</target9>
56 <target10>10.0.0.27</target10>
57 </PING>
58 <timers>
Jon Halle019baa2015-08-27 17:31:10 -070059 <LinkDiscovery>12</LinkDiscovery>
60 <SwitchDiscovery>12</SwitchDiscovery>
Jon Hallb3ed8ed2015-10-28 16:43:55 -070061 <gossip>5</gossip>
Jon Hall85794ff2015-07-08 14:12:30 -070062 </timers>
63 <kill>
64 <switch> s5 </switch>
65 <dpid> 0000000000005000 </dpid>
66 <links> h5 s2 s1 s6 </links>
67 </kill>
68 <MNtcpdump>
69 <intf>eth0</intf>
70 <port> </port>
71 <folder>~/packet_captures/</folder>
72 </MNtcpdump>
73</PARAMS>