blob: abc538551eeb439f845ba4c1ad886b7484321206 [file] [log] [blame]
Jon Hall5cf14d52015-07-16 12:15:19 -07001<PARAMS>
2 #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 Halle1a3b752015-07-22 13:02:46 -070020 #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
Jon Hall5cf14d52015-07-16 12:15:19 -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 Halle1a3b752015-07-22 13:02:46 -070022 <imports>
23 <path> /home/admin/OnosSystemTest/TestON/tests/HAsanity/dependencies/ </path>
24 </imports>
Jon Hall5cf14d52015-07-16 12:15:19 -070025 <ENV>
26 <cellName>HA</cellName>
27 <appString>drivers,openflow,proxyarp,mobility</appString>
28 </ENV>
29 <Git> False </Git>
30 <branch> master </branch>
31 <num_controllers> 7 </num_controllers>
32 <tcpdump> False </tcpdump>
33
34 <CTRL>
35 <port1>6633</port1>
36 <port2>6633</port2>
37 <port3>6633</port3>
38 <port4>6633</port4>
39 <port5>6633</port5>
40 <port6>6633</port6>
41 <port7>6633</port7>
42 </CTRL>
43 <BACKUP>
44 <ENABLED> False </ENABLED>
45 <TESTONUSER>admin</TESTONUSER>
46 <TESTONIP>10.128.30.9</TESTONIP>
47 </BACKUP>
48 <PING>
49 <source1>h8</source1>
50 <source2>h9</source2>
51 <source3>h10</source3>
52 <source4>h11</source4>
53 <source5>h12</source5>
54 <source6>h13</source6>
55 <source7>h14</source7>
56 <source8>h15</source8>
57 <source9>h16</source9>
58 <source10>h17</source10>
59 <target1>10.0.0.18</target1>
60 <target2>10.0.0.19</target2>
61 <target3>10.0.0.20</target3>
62 <target4>10.0.0.21</target4>
63 <target5>10.0.0.22</target5>
64 <target6>10.0.0.23</target6>
65 <target7>10.0.0.24</target7>
66 <target8>10.0.0.25</target8>
67 <target9>10.0.0.26</target9>
68 <target10>10.0.0.27</target10>
69 </PING>
70 <timers>
71 <LinkDiscovery>.2</LinkDiscovery>
72 <SwitchDiscovery>.2</SwitchDiscovery>
73 </timers>
74 <kill>
75 <switch> s5 </switch>
76 <dpid> 0000000000005000 </dpid>
77 <links> h5 s2 s1 s6 </links>
78 </kill>
79 <MNtcpdump>
80 <intf>eth0</intf>
81 <port> </port>
82 <folder>~/packet_captures/</folder>
83 </MNtcpdump>
84</PARAMS>