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