blob: d3729a4461d115e31885d4a0936c5eed30d50b84 [file] [log] [blame]
Jon Hall69b2b982016-05-11 12:04:59 -07001<PARAMS>
2 #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: Swap nodes
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 <testcases>1,[2,8,21,3,8,4,5,14,16,17]*1,6,8,3,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
21
Jon Hall8f6d4622016-05-23 15:27:18 -070022 <server>
23 <port>8000</port>
24 <interface>eth0</interface>
25 </server>
Jon Hall69b2b982016-05-11 12:04:59 -070026 <apps></apps>
27 <ONOS_Configuration>
28 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
29 <useFlowObjectives>true</useFlowObjectives>
30 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
31 </ONOS_Configuration>
32 <ENV>
33 <cellName>HA</cellName>
34 <appString>drivers,openflow,proxyarp,mobility</appString>
35 </ENV>
36 <Git> False </Git>
37 <branch> master </branch>
38 <num_controllers> 7 </num_controllers>
39 <tcpdump> False </tcpdump>
40
41 <CTRL>
42 <port1>6653</port1>
43 <port2>6653</port2>
44 <port3>6653</port3>
45 <port4>6653</port4>
46 <port5>6653</port5>
47 <port6>6653</port6>
48 <port7>6653</port7>
49 </CTRL>
50 <BACKUP>
51 <ENABLED> False </ENABLED>
52 <TESTONUSER>sdn</TESTONUSER>
53 <TESTONIP>10.128.30.9</TESTONIP>
54 </BACKUP>
55 <PING>
56 <source1>h8</source1>
57 <source2>h9</source2>
58 <source3>h10</source3>
59 <source4>h11</source4>
60 <source5>h12</source5>
61 <source6>h13</source6>
62 <source7>h14</source7>
63 <source8>h15</source8>
64 <source9>h16</source9>
65 <source10>h17</source10>
66 <target1>10.0.0.18</target1>
67 <target2>10.0.0.19</target2>
68 <target3>10.0.0.20</target3>
69 <target4>10.0.0.21</target4>
70 <target5>10.0.0.22</target5>
71 <target6>10.0.0.23</target6>
72 <target7>10.0.0.24</target7>
73 <target8>10.0.0.25</target8>
74 <target9>10.0.0.26</target9>
75 <target10>10.0.0.27</target10>
76 </PING>
77 <timers>
78 <LinkDiscovery>12</LinkDiscovery>
79 <SwitchDiscovery>12</SwitchDiscovery>
80 <gossip>5</gossip>
81 </timers>
82 <kill>
83 <switch> s5 </switch>
84 <dpid> 0000000000005000 </dpid>
85 <links> h5 s2 s1 s6 </links>
86 </kill>
87 <MNtcpdump>
88 <intf>eth0</intf>
89 <port> </port>
90 <folder>~/packet_captures/</folder>
91 </MNtcpdump>
92</PARAMS>