blob: 9f905dbab6e56c295312ce0907777ba731205732 [file] [log] [blame]
Jon Hall85794ff2015-07-08 14:12:30 -07001<PARAMS>
Jon Hallab611372018-02-21 15:26:05 -08002 #List of test cases:
3 #CASE1: Compile ONOS and push it to the test machines
4 #CASE2: Assign mastership to controllers
5 #CASE21: Assign mastership to controllers
6 #CASE102: Start Spine-Leaf Topology in Mininet
7 #CASE3: Assign intents
8 #CASE4: Ping across added host intents
9 #CASE104: Ping between all hosts
10 #CASE5: Reading state of ONOS
11 #CASE6: The Failure case.
12 #CASE7: Check state after control plane failure
13 #CASE8: Compare topo
14 #CASE9: Link down
15 #CASE10: Link up
16 #CASE11: Switch down
17 #CASE12: Switch up
18 #CASE13: Clean up
19 #CASE14: Start election app on all onos nodes
20 #CASE15: Check that Leadership Election is still functional
21 #CASE16: Install Distributed Primitives app
22 #CASE17: Check for basic functionality with distributed primitives
Jon Hall85794ff2015-07-08 14:12:30 -070023 <testcases>1,2,8,3,4,5,14,15,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 -070024
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080025 <GRAPH>
26 <nodeCluster>VM</nodeCluster>
27 <builds>20</builds>
28 </GRAPH>
29
Jon Hall172b7ba2016-04-07 18:12:20 -070030 <apps></apps>
31 <ONOS_Configuration>
32 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Halld2871c22016-07-26 11:01:14 -070033 <useFlowObjectives>false</useFlowObjectives>
Jon Hall172b7ba2016-04-07 18:12:20 -070034 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
Jon Hallab611372018-02-21 15:26:05 -080035 <org.onosproject.store.flow.impl.ECFlowRuleStore>
36 <backupCount>3</backupCount>
37 </org.onosproject.store.flow.impl.ECFlowRuleStore>
Jon Hall172b7ba2016-04-07 18:12:20 -070038 </ONOS_Configuration>
Jon Hallab611372018-02-21 15:26:05 -080039 <ONOS_Logging>
40 <org.onosproject.events>TRACE</org.onosproject.events>
41 </ONOS_Logging>
Jon Hall85794ff2015-07-08 14:12:30 -070042 <ENV>
Jon Hall3e6edb32018-08-21 16:20:30 -070043 <cellName>SingleHA</cellName>
Jon Hallab611372018-02-21 15:26:05 -080044 <appString>events,drivers,openflow,proxyarp,mobility</appString>
Jon Hall85794ff2015-07-08 14:12:30 -070045 </ENV>
Devin Lim58046fa2017-07-05 16:55:00 -070046 <GIT>
47 <pull>False</pull>
48 <branch>master</branch>
49 </GIT>
Jon Hall85794ff2015-07-08 14:12:30 -070050 <num_controllers> 1 </num_controllers>
51 <tcpdump> False </tcpdump>
52
53 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080054 <port1>6653</port1>
Jon Hall85794ff2015-07-08 14:12:30 -070055 </CTRL>
56 <BACKUP>
57 <ENABLED> False </ENABLED>
Jon Hall53c5e662016-04-13 16:06:56 -070058 <TESTONUSER>sdn</TESTONUSER>
Jon Hall85794ff2015-07-08 14:12:30 -070059 <TESTONIP>10.128.30.9</TESTONIP>
60 </BACKUP>
61 <PING>
62 <source1>h8</source1>
63 <source2>h9</source2>
64 <source3>h10</source3>
65 <source4>h11</source4>
66 <source5>h12</source5>
67 <source6>h13</source6>
68 <source7>h14</source7>
69 <source8>h15</source8>
70 <source9>h16</source9>
71 <source10>h17</source10>
72 <target1>10.0.0.18</target1>
73 <target2>10.0.0.19</target2>
74 <target3>10.0.0.20</target3>
75 <target4>10.0.0.21</target4>
76 <target5>10.0.0.22</target5>
77 <target6>10.0.0.23</target6>
78 <target7>10.0.0.24</target7>
79 <target8>10.0.0.25</target8>
80 <target9>10.0.0.26</target9>
81 <target10>10.0.0.27</target10>
82 </PING>
83 <timers>
Jon Halle019baa2015-08-27 17:31:10 -070084 <LinkDiscovery>12</LinkDiscovery>
85 <SwitchDiscovery>12</SwitchDiscovery>
Jon Hallb3ed8ed2015-10-28 16:43:55 -070086 <gossip>5</gossip>
Jon Hall85794ff2015-07-08 14:12:30 -070087 </timers>
88 <kill>
Jon Hallab611372018-02-21 15:26:05 -080089 <linkSrc> s28 </linkSrc>
90 <linkDst> s3 </linkDst>
Jon Hall85794ff2015-07-08 14:12:30 -070091 <switch> s5 </switch>
92 <dpid> 0000000000005000 </dpid>
93 <links> h5 s2 s1 s6 </links>
94 </kill>
95 <MNtcpdump>
96 <intf>eth0</intf>
97 <port> </port>
98 <folder>~/packet_captures/</folder>
99 </MNtcpdump>
100</PARAMS>