blob: a72a475d2e1bae821c36b4c358d7cda713518ed7 [file] [log] [blame]
Jon Hallb5488012017-06-21 14:08:36 -07001<PARAMS>
2 #List of test cases:
3 #CASE1: Compile ONOS and push it to the test machines
4 #CASE2: Assign devices to controllers
5 #CASE21: Assign mastership to controllers
6 #CASE3: Assign intents
7 #CASE4: Ping across added host intents
8 #CASE5: Reading state of ONOS
9 #CASE61: The Failure inducing case.
10 #CASE62: The Failure recovery case.
11 #CASE7: Check state after control plane failure
12 #CASE8: Compare topo
13 #CASE9: Link s3-s28 down
14 #CASE10: Link s3-s28 up
15 #CASE11: Switch down
16 #CASE12: Switch up
17 #CASE13: Clean up
18 #CASE14: start election app on all onos nodes
19 #CASE15: Check that Leadership Election is still functional
20 #CASE16: Install Distributed Primitives app
21 #CASE17: Check for basic functionality with distributed primitives
Jon Hall5d5876e2017-11-30 09:33:16 -080022 <testcases>1,2,8,21,3,4,5,14,16,17,[61,8,7,4,15,17,62,7,8,4,15,17]*1000,8,7,4,15,17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
Jon Hallb5488012017-06-21 14:08:36 -070023
24 <apps></apps>
25 <ONOS_Configuration>
26 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
27 <useFlowObjectives>false</useFlowObjectives>
28 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
29 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Hallb5488012017-06-21 14:08:36 -070030 </ONOS_Configuration>
31 <ENV>
32 <cellName>HA</cellName>
Jon Hall5d5876e2017-11-30 09:33:16 -080033 <appString>drivers,openflow,proxyarp,mobility,events</appString>
Jon Hallb5488012017-06-21 14:08:36 -070034 </ENV>
Devin Lim58046fa2017-07-05 16:55:00 -070035 <GIT>
36 <pull>False</pull>
37 <branch>master</branch>
38 </GIT>
Jon Hallb5488012017-06-21 14:08:36 -070039 <num_controllers> 7 </num_controllers>
40 <tcpdump> False </tcpdump>
41
42 <CTRL>
43 <port1>6653</port1>
44 <port2>6653</port2>
45 <port3>6653</port3>
46 <port4>6653</port4>
47 <port5>6653</port5>
48 <port6>6653</port6>
49 <port7>6653</port7>
50 </CTRL>
51 <BACKUP>
52 <ENABLED> False </ENABLED>
53 <TESTONUSER>sdn</TESTONUSER>
54 <TESTONIP>10.128.30.9</TESTONIP>
55 </BACKUP>
56 <PING>
57 <source1>h8</source1>
58 <source2>h9</source2>
59 <source3>h10</source3>
60 <source4>h11</source4>
61 <source5>h12</source5>
62 <source6>h13</source6>
63 <source7>h14</source7>
64 <source8>h15</source8>
65 <source9>h16</source9>
66 <source10>h17</source10>
67 <target1>10.0.0.18</target1>
68 <target2>10.0.0.19</target2>
69 <target3>10.0.0.20</target3>
70 <target4>10.0.0.21</target4>
71 <target5>10.0.0.22</target5>
72 <target6>10.0.0.23</target6>
73 <target7>10.0.0.24</target7>
74 <target8>10.0.0.25</target8>
75 <target9>10.0.0.26</target9>
76 <target10>10.0.0.27</target10>
77 </PING>
78 <timers>
79 <LinkDiscovery>12</LinkDiscovery>
80 <SwitchDiscovery>12</SwitchDiscovery>
81 <gossip>5</gossip>
82 </timers>
83 <kill>
84 <switch> s5 </switch>
85 <dpid> 0000000000005000 </dpid>
86 <links> h5 s2 s1 s6 </links>
87 </kill>
88 <MNtcpdump>
89 <intf>eth0</intf>
90 <port> </port>
91 <folder>~/packet_captures/</folder>
92 </MNtcpdump>
93</PARAMS>