blob: 1e9d14127657df081a636ed903f95d483cbfc802 [file] [log] [blame]
Jon Hallb1290e82014-11-18 16:17:48 -05001<PARAMS>
Jon Hall390696c2015-05-05 17:13:41 -07002 #List of test cases:
3 #CASE1: Compile ONOS and push it to the test machines
4 #CASE2: Assign mastership to controllers
5 #CASE3: Assign intents
6 #CASE4: Ping across added host intents
7 #CASE5: Reading state of ONOS
8 #CASE6: The Failure case. Since this is the Sanity test, we do nothing.
9 #CASE7: Check state after control plane failure
10 #CASE8: Compare topo
11 #CASE9: Link s3-s28 down
12 #CASE10: Link s3-s28 up
13 #CASE11: Switch down
14 #CASE12: Switch up
15 #CASE13: Clean up
16 #CASE14: start election app on all onos nodes
17 #CASE15: Check that Leadership Election is still functional
18 #CASE16: Install Distributed Primitives app
19 #CASE17: Check for basic functionality with distributed primitives
Jon Hall390696c2015-05-05 17:13:41 -070020 #1,2,8,3,4,5,14,16,17,[6],8,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13
Jon Hallc9eabec2015-06-10 14:33:14 -070021 <testcases>1,2,8,21,8,3,4,5,14,16,17,[6],8,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
Jon Hallb1290e82014-11-18 16:17:48 -050022 <ENV>
Jon Hall529a37f2015-01-28 10:02:00 -080023 <cellName>HA</cellName>
Jon Hallb1290e82014-11-18 16:17:48 -050024 </ENV>
Jon Hall529a37f2015-01-28 10:02:00 -080025 <Git> True </Git>
26 <branch> master </branch>
Jon Hall669173b2014-12-17 11:36:30 -080027 <num_controllers> 7 </num_controllers>
Jon Hall40d2cbd2015-06-03 16:24:29 -070028 <tcpdump> False </tcpdump>
Jon Hallb1290e82014-11-18 16:17:48 -050029
30 <CTRL>
31 <ip1>10.128.30.11</ip1>
32 <port1>6633</port1>
33
34 <ip2>10.128.30.12</ip2>
35 <port2>6633</port2>
36
37 <ip3>10.128.30.13</ip3>
38 <port3>6633</port3>
39
40 <ip4>10.128.30.14</ip4>
41 <port4>6633</port4>
42
43 <ip5>10.128.30.15</ip5>
44 <port5>6633</port5>
45
46 <ip6>10.128.30.16</ip6>
47 <port6>6633</port6>
48
49 <ip7>10.128.30.17</ip7>
50 <port7>6633</port7>
51 </CTRL>
52 <TESTONUSER>admin</TESTONUSER>
Jon Hall94fd0472014-12-08 11:52:42 -080053 <TESTONIP>10.128.30.9</TESTONIP>
Jon Hallb1290e82014-11-18 16:17:48 -050054 <PING>
55 <source1>h8</source1>
56 <source2>h9</source2>
57 <source3>h10</source3>
58 <source4>h11</source4>
59 <source5>h12</source5>
60 <source6>h13</source6>
61 <source7>h14</source7>
62 <source8>h15</source8>
63 <source9>h16</source9>
64 <source10>h17</source10>
65 <target1>10.0.0.18</target1>
66 <target2>10.0.0.19</target2>
67 <target3>10.0.0.20</target3>
68 <target4>10.0.0.21</target4>
69 <target5>10.0.0.22</target5>
70 <target6>10.0.0.23</target6>
71 <target7>10.0.0.24</target7>
72 <target8>10.0.0.25</target8>
73 <target9>10.0.0.26</target9>
74 <target10>10.0.0.27</target10>
75 </PING>
76 <timers>
Jon Hall669173b2014-12-17 11:36:30 -080077 <LinkDiscovery>.2</LinkDiscovery>
78 <SwitchDiscovery>.2</SwitchDiscovery>
Jon Hallb1290e82014-11-18 16:17:48 -050079 </timers>
Jon Hall6aec96b2015-01-19 14:49:31 -080080 <kill>
81 <switch> s5 </switch>
82 <dpid> 0000000000005000 </dpid>
83 <links> h5 s2 s1 s6 </links>
84 </kill>
Jon Hallb1290e82014-11-18 16:17:48 -050085 <MNtcpdump>
86 <intf>eth0</intf>
87 <port> </port>
88 <folder>~/packet_captures/</folder>
89 </MNtcpdump>
90</PARAMS>