blob: 2440ec6eff458313bce363facdcaa6200950fe72 [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
21 <testcases>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</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 Hallb1290e82014-11-18 16:17:48 -050028
29 <CTRL>
30 <ip1>10.128.30.11</ip1>
31 <port1>6633</port1>
32
33 <ip2>10.128.30.12</ip2>
34 <port2>6633</port2>
35
36 <ip3>10.128.30.13</ip3>
37 <port3>6633</port3>
38
39 <ip4>10.128.30.14</ip4>
40 <port4>6633</port4>
41
42 <ip5>10.128.30.15</ip5>
43 <port5>6633</port5>
44
45 <ip6>10.128.30.16</ip6>
46 <port6>6633</port6>
47
48 <ip7>10.128.30.17</ip7>
49 <port7>6633</port7>
50 </CTRL>
51 <TESTONUSER>admin</TESTONUSER>
Jon Hall94fd0472014-12-08 11:52:42 -080052 <TESTONIP>10.128.30.9</TESTONIP>
Jon Hallb1290e82014-11-18 16:17:48 -050053 <PING>
54 <source1>h8</source1>
55 <source2>h9</source2>
56 <source3>h10</source3>
57 <source4>h11</source4>
58 <source5>h12</source5>
59 <source6>h13</source6>
60 <source7>h14</source7>
61 <source8>h15</source8>
62 <source9>h16</source9>
63 <source10>h17</source10>
64 <target1>10.0.0.18</target1>
65 <target2>10.0.0.19</target2>
66 <target3>10.0.0.20</target3>
67 <target4>10.0.0.21</target4>
68 <target5>10.0.0.22</target5>
69 <target6>10.0.0.23</target6>
70 <target7>10.0.0.24</target7>
71 <target8>10.0.0.25</target8>
72 <target9>10.0.0.26</target9>
73 <target10>10.0.0.27</target10>
74 </PING>
75 <timers>
Jon Hall669173b2014-12-17 11:36:30 -080076 <LinkDiscovery>.2</LinkDiscovery>
77 <SwitchDiscovery>.2</SwitchDiscovery>
Jon Hallb1290e82014-11-18 16:17:48 -050078 </timers>
Jon Hall6aec96b2015-01-19 14:49:31 -080079 <kill>
80 <switch> s5 </switch>
81 <dpid> 0000000000005000 </dpid>
82 <links> h5 s2 s1 s6 </links>
83 </kill>
Jon Hallb1290e82014-11-18 16:17:48 -050084 <MNtcpdump>
85 <intf>eth0</intf>
86 <port> </port>
87 <folder>~/packet_captures/</folder>
88 </MNtcpdump>
89</PARAMS>