blob: d3eb8dd7d1df4cc9913174562926496a1e97e9e8 [file] [log] [blame]
Jon Hall73cf9cc2014-11-20 22:28:38 -08001<PARAMS>
Jon Hall58c76b72015-02-23 11:09:24 -08002 #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 #1,2,8,3,4,5,14,[6],8,3,7,4,15,9,8,4,10,8,4,11,8,4,12,8,4,13
18 #extra hosts test 1,2,8,11,8,12,8
Jon Hall669173b2014-12-17 11:36:30 -080019 <testcases>1,2,8,3,4,5,14,[6],8,3,7,4,15,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
Jon Hall73cf9cc2014-11-20 22:28:38 -080020 <ENV>
Jon Hall21270ac2015-02-16 17:59:55 -080021 <cellName>HA</cellName>
Jon Hall73cf9cc2014-11-20 22:28:38 -080022 </ENV>
Jon Hall94fd0472014-12-08 11:52:42 -080023 <Git>False</Git>
Jon Hall529a37f2015-01-28 10:02:00 -080024 <branch> master </branch>
Jon Hall669173b2014-12-17 11:36:30 -080025 <num_controllers> 1 </num_controllers>
Jon Hall73cf9cc2014-11-20 22:28:38 -080026
27 <CTRL>
28 <ip1>10.128.30.11</ip1>
29 <port1>6633</port1>
30
31 <ip2>10.128.30.12</ip2>
32 <port2>6633</port2>
33
34 <ip3>10.128.30.13</ip3>
35 <port3>6633</port3>
36
37 <ip4>10.128.30.14</ip4>
38 <port4>6633</port4>
39
40 <ip5>10.128.30.15</ip5>
41 <port5>6633</port5>
42
43 <ip6>10.128.30.16</ip6>
44 <port6>6633</port6>
45
46 <ip7>10.128.30.17</ip7>
47 <port7>6633</port7>
48 </CTRL>
49 <TESTONUSER>admin</TESTONUSER>
Jon Hall94fd0472014-12-08 11:52:42 -080050 <TESTONIP>10.128.30.9</TESTONIP>
Jon Hall73cf9cc2014-11-20 22:28:38 -080051 <PING>
52 <source1>h8</source1>
53 <source2>h9</source2>
54 <source3>h10</source3>
55 <source4>h11</source4>
56 <source5>h12</source5>
57 <source6>h13</source6>
58 <source7>h14</source7>
59 <source8>h15</source8>
60 <source9>h16</source9>
61 <source10>h17</source10>
62 <target1>10.0.0.18</target1>
63 <target2>10.0.0.19</target2>
64 <target3>10.0.0.20</target3>
65 <target4>10.0.0.21</target4>
66 <target5>10.0.0.22</target5>
67 <target6>10.0.0.23</target6>
68 <target7>10.0.0.24</target7>
69 <target8>10.0.0.25</target8>
70 <target9>10.0.0.26</target9>
71 <target10>10.0.0.27</target10>
72 </PING>
73 <timers>
Jon Hall669173b2014-12-17 11:36:30 -080074 <LinkDiscovery>.2</LinkDiscovery>
75 <SwitchDiscovery>.2</SwitchDiscovery>
Jon Hall73cf9cc2014-11-20 22:28:38 -080076 </timers>
Jon Hall6aec96b2015-01-19 14:49:31 -080077 <kill>
78 <switch> s5 </switch>
79 <dpid> 0000000000005000 </dpid>
80 <links> h5 s2 s1 s6 </links>
81 </kill>
Jon Hall73cf9cc2014-11-20 22:28:38 -080082 <MNtcpdump>
83 <intf>eth0</intf>
84 <port> </port>
85 <folder>~/packet_captures/</folder>
86 </MNtcpdump>
87</PARAMS>