blob: 8ba346caf448d8437cfbc8a898667d00b77e23ef [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 Hall9ebd1bd2016-04-19 01:37:17 -070020 <testcases>1,2,8,21,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 Halla440e872016-03-31 15:15:50 -070021
Jon Hall172b7ba2016-04-07 18:12:20 -070022 <apps></apps>
23 <ONOS_Configuration>
24 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Halld2871c22016-07-26 11:01:14 -070025 <useFlowObjectives>false</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070026 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
Jon Hall172b7ba2016-04-07 18:12:20 -070027 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
28 </ONOS_Configuration>
Jon Hall5cf14d52015-07-16 12:15:19 -070029 <ENV>
30 <cellName>HA</cellName>
31 <appString>drivers,openflow,proxyarp,mobility</appString>
32 </ENV>
Devin Lim58046fa2017-07-05 16:55:00 -070033 <GIT>
34 <pull>False</pull>
35 <branch>master</branch>
36 </GIT>
Jon Hall5cf14d52015-07-16 12:15:19 -070037 <num_controllers> 7 </num_controllers>
38 <tcpdump> False </tcpdump>
39
40 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080041 <port1>6653</port1>
42 <port2>6653</port2>
43 <port3>6653</port3>
44 <port4>6653</port4>
45 <port5>6653</port5>
46 <port6>6653</port6>
47 <port7>6653</port7>
Jon Hall5cf14d52015-07-16 12:15:19 -070048 </CTRL>
49 <BACKUP>
Jon Hallb3ed8ed2015-10-28 16:43:55 -070050 <ENABLED> False </ENABLED>
Jon Hall53c5e662016-04-13 16:06:56 -070051 <TESTONUSER>sdn</TESTONUSER>
Jon Hall5cf14d52015-07-16 12:15:19 -070052 <TESTONIP>10.128.30.9</TESTONIP>
53 </BACKUP>
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>
Jon Halle019baa2015-08-27 17:31:10 -070077 <LinkDiscovery>12</LinkDiscovery>
78 <SwitchDiscovery>12</SwitchDiscovery>
Jon Hallb3ed8ed2015-10-28 16:43:55 -070079 <gossip>5</gossip>
Jon Hall5cf14d52015-07-16 12:15:19 -070080 </timers>
81 <kill>
82 <switch> s5 </switch>
83 <dpid> 0000000000005000 </dpid>
84 <links> h5 s2 s1 s6 </links>
85 </kill>
86 <MNtcpdump>
87 <intf>eth0</intf>
88 <port> </port>
89 <folder>~/packet_captures/</folder>
90 </MNtcpdump>
91</PARAMS>