blob: f82aba33e879e04100c20a2c098cd957b2c29f87 [file] [log] [blame]
Jon Hall63604932015-02-26 17:09:50 -08001<PARAMS>
2
3#List of test cases:
4#CASE1: Compile ONOS and push it to the test machines
5#CASE2: Assign mastership to controllers
6#CASE3: Assign intents
7#CASE4: Ping across added host intents
8#CASE5: Reading state of ONOS
9#CASE6: The Failure case. We will create IPTables rules here.
10#CASE7: Check state after control plane partition.
11#CASE8: Compare topo
12#CASE9: Link s3-s28 down
13#CASE10: Link s3-s28 up
14#CASE11: Switch down
15#CASE12: Switch up
16#CASE13: Clean up
17#CASE14: start election app on all onos nodes
18#CASE15: Check that Leadership Election is still functional
19#CASE16: Repair network partition
20 #1,2,8,3,4,5,14,[6],8,7,4,15,9,8,4,10,8,4,11,8,4,12,8,4,13
21 <testcases>1,2,5,14,[6],8,7,4,15,9,8,4,10,8,4,11,8,4,12,8,4,16,13</testcases>
22 <ENV>
23 <cellName>HA</cellName>
24 </ENV>
25 <Git> False </Git>
26 <branch> master </branch>
27 <num_controllers> 7 </num_controllers>
Jon Hall40d2cbd2015-06-03 16:24:29 -070028 <tcpdump> False </tcpdump>
Jon Hall63604932015-02-26 17:09:50 -080029
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>
53 <TESTONIP>10.128.30.9</TESTONIP>
54 <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>
77 <LinkDiscovery>.2</LinkDiscovery>
78 <SwitchDiscovery>.2</SwitchDiscovery>
79 </timers>
80 <kill>
81 <switch> s5 </switch>
82 <dpid> 0000000000005000 </dpid>
83 <links> h5 s2 s1 s6 </links>
84 </kill>
85 <MNtcpdump>
86 <intf>eth0</intf>
87 <port> </port>
88 <folder>~/packet_captures/</folder>
89 </MNtcpdump>
90</PARAMS>