blob: 53b96b571583602fdfc1503889235a318eb85b01 [file] [log] [blame]
Jon Hallab611372018-02-21 15:26:05 -08001<PARAMS>
2 #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
23 <testcases>1,2,8,21,3,8,4,5,14,16,17,[6,8,7,4,15,17]*17,9,8,4,10,8,4,11,8,4,12,8,4,13</testcases>
24
25 <GRAPH>
26 <nodeCluster>VM</nodeCluster>
27 <builds>20</builds>
28 </GRAPH>
29
30 <scaling>1,3b,3,3b,5b,5,5b,7b,7,7b,5b,5,5b,3b,3,3b,1</scaling>
31 <server>
32 <port>8000</port>
Jon Hallcd2604f2018-04-12 12:39:48 -070033 <interface></interface>
Jon Hallab611372018-02-21 15:26:05 -080034 </server>
35 <apps></apps>
36 <ONOS_Configuration>
37 <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
38 <useFlowObjectives>false</useFlowObjectives>
39 <defaultFlowObjectiveCompiler>org.onosproject.net.intent.impl.compiler.LinkCollectionIntentObjectiveCompiler</defaultFlowObjectiveCompiler>
40 </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator>
41 <org.onosproject.store.flow.impl.ECFlowRuleStore>
42 <backupCount>3</backupCount>
43 </org.onosproject.store.flow.impl.ECFlowRuleStore>
44 </ONOS_Configuration>
45 <ONOS_Logging>
46 <org.onosproject.events>TRACE</org.onosproject.events>
47 </ONOS_Logging>
48 <ENV>
49 <cellName>HA</cellName>
50 <appString>events,drivers,openflow,proxyarp,mobility</appString>
51 </ENV>
52 <GIT>
53 <pull>False</pull>
54 <branch>master</branch>
55 </GIT>
56 <num_controllers> 7 </num_controllers>
57 <tcpdump> False </tcpdump>
58
59 <CTRL>
60 <port1>6653</port1>
61 <port2>6653</port2>
62 <port3>6653</port3>
63 <port4>6653</port4>
64 <port5>6653</port5>
65 <port6>6653</port6>
66 <port7>6653</port7>
67 </CTRL>
68 <BACKUP>
69 <ENABLED> False </ENABLED>
70 <TESTONUSER>sdn</TESTONUSER>
71 <TESTONIP>10.128.30.9</TESTONIP>
72 </BACKUP>
73 <PING>
74 <source1>h8</source1>
75 <source2>h9</source2>
76 <source3>h10</source3>
77 <source4>h11</source4>
78 <source5>h12</source5>
79 <source6>h13</source6>
80 <source7>h14</source7>
81 <source8>h15</source8>
82 <source9>h16</source9>
83 <source10>h17</source10>
84 <target1>10.0.0.18</target1>
85 <target2>10.0.0.19</target2>
86 <target3>10.0.0.20</target3>
87 <target4>10.0.0.21</target4>
88 <target5>10.0.0.22</target5>
89 <target6>10.0.0.23</target6>
90 <target7>10.0.0.24</target7>
91 <target8>10.0.0.25</target8>
92 <target9>10.0.0.26</target9>
93 <target10>10.0.0.27</target10>
94 </PING>
95 <timers>
96 <LinkDiscovery>12</LinkDiscovery>
97 <SwitchDiscovery>12</SwitchDiscovery>
98 <gossip>5</gossip>
99 </timers>
100 <kill>
101 <linkSrc> s28 </linkSrc>
102 <linkDst> s3 </linkDst>
103 <switch> s5 </switch>
104 <dpid> 0000000000005000 </dpid>
105 <links> h5 s2 s1 s6 </links>
106 </kill>
107 <MNtcpdump>
108 <intf>eth0</intf>
109 <port> </port>
110 <folder>~/packet_captures/</folder>
111 </MNtcpdump>
112</PARAMS>