blob: 228e76964f3cee977597eb0ffaa66da91c1c0474 [file] [log] [blame]
Jon Hall5cf14d52015-07-16 12:15:19 -07001<PARAMS>
acsmars9475b1c2015-08-28 18:02:08 -07002 #CASE1: Compile ONOS and push it to the test machines
3 #CASE2: Assign devices to controllers
4 #CASE21: 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.
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 Hall5cf14d52015-07-16 12:15:19 -070020 <testcases>1,2,8,3,8,4,5,14,16,17,[6],8,3,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
Jon Halle1a3b752015-07-22 13:02:46 -070021 <imports>
22 <path> /home/admin/OnosSystemTest/TestON/tests/HAclusterRestart/dependencies/ </path>
23 </imports>
Jon Hall5cf14d52015-07-16 12:15:19 -070024 <ENV>
25 <cellName>HA</cellName>
26 <appString>drivers,openflow,proxyarp,mobility</appString>
27 </ENV>
28 <Git> False </Git>
29 <branch> master </branch>
30 <num_controllers> 7 </num_controllers>
31 <tcpdump> False </tcpdump>
32
33 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080034 <port1>6653</port1>
35 <port2>6653</port2>
36 <port3>6653</port3>
37 <port4>6653</port4>
38 <port5>6653</port5>
39 <port6>6653</port6>
40 <port7>6653</port7>
Jon Hall5cf14d52015-07-16 12:15:19 -070041 </CTRL>
42 <BACKUP>
43 <ENABLED> False </ENABLED>
44 <TESTONUSER>admin</TESTONUSER>
45 <TESTONIP>10.128.30.9</TESTONIP>
46 </BACKUP>
47 <PING>
48 <source1>h8</source1>
49 <source2>h9</source2>
50 <source3>h10</source3>
51 <source4>h11</source4>
52 <source5>h12</source5>
53 <source6>h13</source6>
54 <source7>h14</source7>
55 <source8>h15</source8>
56 <source9>h16</source9>
57 <source10>h17</source10>
58 <target1>10.0.0.18</target1>
59 <target2>10.0.0.19</target2>
60 <target3>10.0.0.20</target3>
61 <target4>10.0.0.21</target4>
62 <target5>10.0.0.22</target5>
63 <target6>10.0.0.23</target6>
64 <target7>10.0.0.24</target7>
65 <target8>10.0.0.25</target8>
66 <target9>10.0.0.26</target9>
67 <target10>10.0.0.27</target10>
68 </PING>
69 <timers>
Jon Halle019baa2015-08-27 17:31:10 -070070 <LinkDiscovery>12</LinkDiscovery>
71 <SwitchDiscovery>12</SwitchDiscovery>
Jon Hall5cf14d52015-07-16 12:15:19 -070072 </timers>
73 <kill>
74 <switch> s5 </switch>
75 <dpid> 0000000000005000 </dpid>
76 <links> h5 s2 s1 s6 </links>
77 </kill>
78 <MNtcpdump>
79 <intf>eth0</intf>
80 <port> </port>
81 <folder>~/packet_captures/</folder>
82 </MNtcpdump>
83</PARAMS>