blob: 233a55d2df4a1b7f01edfeecad4ad41ff1848eb8 [file] [log] [blame]
Jon Hall9ebd1bd2016-04-19 01:37:17 -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: 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 Halle3fdcc72016-05-23 17:46:22 -070020 <testcases>1,2,8,21,3,8,4,5,14,16,17,[6,8,7,4,15,17]*9,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
Jon Hall9ebd1bd2016-04-19 01:37:17 -070021
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080022 <GRAPH>
23 <nodeCluster>VM</nodeCluster>
24 <builds>20</builds>
25 </GRAPH>
26
Jon Halle3fdcc72016-05-23 17:46:22 -070027 <scaling>1,3b,5b,7b,7,7b,5b,3b,1</scaling>
Jon Hall8f6d4622016-05-23 15:27:18 -070028 <server>
29 <port>8000</port>
30 <interface>eth0</interface>
31 </server>
Jon Hall9ebd1bd2016-04-19 01:37:17 -070032 <apps></apps>
33 <ONOS_Configuration>
34 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Halld2871c22016-07-26 11:01:14 -070035 <useFlowObjectives>false</useFlowObjectives>
You Wang106d0fa2017-05-15 17:22:15 -070036 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
Jon Hall9ebd1bd2016-04-19 01:37:17 -070037 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Hall9ebd1bd2016-04-19 01:37:17 -070038 </ONOS_Configuration>
39 <ENV>
40 <cellName>HA</cellName>
41 <appString>drivers,openflow,proxyarp,mobility</appString>
42 </ENV>
Devin Lim58046fa2017-07-05 16:55:00 -070043 <GIT>
44 <pull>False</pull>
45 <branch>master</branch>
46 </GIT>
Jon Hall9ebd1bd2016-04-19 01:37:17 -070047 <num_controllers> 7 </num_controllers>
48 <tcpdump> False </tcpdump>
49
50 <CTRL>
51 <port1>6653</port1>
52 <port2>6653</port2>
53 <port3>6653</port3>
54 <port4>6653</port4>
55 <port5>6653</port5>
56 <port6>6653</port6>
57 <port7>6653</port7>
58 </CTRL>
59 <BACKUP>
60 <ENABLED> False </ENABLED>
61 <TESTONUSER>sdn</TESTONUSER>
62 <TESTONIP>10.128.30.9</TESTONIP>
63 </BACKUP>
64 <PING>
65 <source1>h8</source1>
66 <source2>h9</source2>
67 <source3>h10</source3>
68 <source4>h11</source4>
69 <source5>h12</source5>
70 <source6>h13</source6>
71 <source7>h14</source7>
72 <source8>h15</source8>
73 <source9>h16</source9>
74 <source10>h17</source10>
75 <target1>10.0.0.18</target1>
76 <target2>10.0.0.19</target2>
77 <target3>10.0.0.20</target3>
78 <target4>10.0.0.21</target4>
79 <target5>10.0.0.22</target5>
80 <target6>10.0.0.23</target6>
81 <target7>10.0.0.24</target7>
82 <target8>10.0.0.25</target8>
83 <target9>10.0.0.26</target9>
84 <target10>10.0.0.27</target10>
85 </PING>
86 <timers>
87 <LinkDiscovery>12</LinkDiscovery>
88 <SwitchDiscovery>12</SwitchDiscovery>
89 <gossip>5</gossip>
90 </timers>
91 <kill>
92 <switch> s5 </switch>
93 <dpid> 0000000000005000 </dpid>
94 <links> h5 s2 s1 s6 </links>
95 </kill>
96 <MNtcpdump>
97 <intf>eth0</intf>
98 <port> </port>
99 <folder>~/packet_captures/</folder>
100 </MNtcpdump>
101</PARAMS>