blob: 108ab884e35a29b362e14ab8673d1a32dd9f97e0 [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 Hallfeff3082015-05-19 10:23:26 -070019 <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 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 Hall40d2cbd2015-06-03 16:24:29 -070026 <tcpdump> False </tcpdump>
Jon Hall73cf9cc2014-11-20 22:28:38 -080027
28 <CTRL>
29 <ip1>10.128.30.11</ip1>
30 <port1>6633</port1>
31
32 <ip2>10.128.30.12</ip2>
33 <port2>6633</port2>
34
35 <ip3>10.128.30.13</ip3>
36 <port3>6633</port3>
37
38 <ip4>10.128.30.14</ip4>
39 <port4>6633</port4>
40
41 <ip5>10.128.30.15</ip5>
42 <port5>6633</port5>
43
44 <ip6>10.128.30.16</ip6>
45 <port6>6633</port6>
46
47 <ip7>10.128.30.17</ip7>
48 <port7>6633</port7>
49 </CTRL>
50 <TESTONUSER>admin</TESTONUSER>
Jon Hall94fd0472014-12-08 11:52:42 -080051 <TESTONIP>10.128.30.9</TESTONIP>
Jon Hall73cf9cc2014-11-20 22:28:38 -080052 <PING>
53 <source1>h8</source1>
54 <source2>h9</source2>
55 <source3>h10</source3>
56 <source4>h11</source4>
57 <source5>h12</source5>
58 <source6>h13</source6>
59 <source7>h14</source7>
60 <source8>h15</source8>
61 <source9>h16</source9>
62 <source10>h17</source10>
63 <target1>10.0.0.18</target1>
64 <target2>10.0.0.19</target2>
65 <target3>10.0.0.20</target3>
66 <target4>10.0.0.21</target4>
67 <target5>10.0.0.22</target5>
68 <target6>10.0.0.23</target6>
69 <target7>10.0.0.24</target7>
70 <target8>10.0.0.25</target8>
71 <target9>10.0.0.26</target9>
72 <target10>10.0.0.27</target10>
73 </PING>
74 <timers>
Jon Hall669173b2014-12-17 11:36:30 -080075 <LinkDiscovery>.2</LinkDiscovery>
76 <SwitchDiscovery>.2</SwitchDiscovery>
Jon Hall73cf9cc2014-11-20 22:28:38 -080077 </timers>
Jon Hall6aec96b2015-01-19 14:49:31 -080078 <kill>
79 <switch> s5 </switch>
80 <dpid> 0000000000005000 </dpid>
81 <links> h5 s2 s1 s6 </links>
82 </kill>
Jon Hall73cf9cc2014-11-20 22:28:38 -080083 <MNtcpdump>
84 <intf>eth0</intf>
85 <port> </port>
86 <folder>~/packet_captures/</folder>
87 </MNtcpdump>
88</PARAMS>