blob: 01d4f3e14668a8a3a53fb9456b1bb7233ad7925b [file] [log] [blame]
suibin zhang17308622016-04-14 15:45:30 -07001
2<PARAMS>
3 <!--
4 # CASE - Descritpion
5 # 1,2,10,1000,1100,2000,1200,2000,100
6 # 1 - Variable initialization and optional pull and build ONOS package
7 # 2 - package onos, clean by uninstalling onos, install ONOS, start cli
8 # 10 - Start mininet and verify topology
9 # 11 - Start Null Provider linear topology
10 # 110 - check log for errors
11 # 1000 - build flow batches
12 # 2100 - REST POST flow batches in multiple threads and check till all ADDED
13 # 3100 - REST DELETE flow batches in multiple threads and check till all REMOVED
14 -->
15
16 <!-- <testcases>1,10,100,1000,100,2000,100,110</testcases> -->
17 <testcases>1,2,10,100,1000,2100,100,3100,100,110,210</testcases>
Jeremy Ronquillo1376d282017-11-29 14:33:31 -080018 <GRAPH>
19 <nodeCluster>BM</nodeCluster>
20 <builds>20</builds>
21 </GRAPH>
Devin Lim58046fa2017-07-05 16:55:00 -070022 <GIT>
23 <pull>False</pull>
24 <branch>master</branch>
25 </GIT>
suibin zhang17308622016-04-14 15:45:30 -070026 <GLOBAL>
27 <maxNodes>1</maxNodes> # currently only runs in single node onos
28 <numSw>63</numSw> # Number of devices used in topology
29 <numThreads>4</numThreads> #Number of Threads to use for POST and DELETE
YPZhang28909bc2016-06-20 13:29:11 -070030 <cluster>baremetal1</cluster>
suibin zhang17308622016-04-14 15:45:30 -070031 <SLEEP>
32 <startup>15</startup>
33 <startMN>15</startMN>
34 <addFlow>10</addFlow>
35 <delFlow>10</delFlow>
36 <chkFlow>0.5</chkFlow>
37 <cfg>5</cfg>
38 </SLEEP>
39 </GLOBAL>
40
41 <CASE1>
42 <cellName>temp</cellName>
43 <cellApps>drivers</cellApps>
suibin zhang17308622016-04-14 15:45:30 -070044 </CASE1>
45
46 <CASE2>
You Wanga3cbc052017-07-27 12:22:12 -070047 <skipPackaging>false</skipPackaging>
suibin zhang17308622016-04-14 15:45:30 -070048 </CASE2>
49
50 <CASE10>
51 <app>org.onosproject.openflow-base</app>
Devin Lim142b5342017-07-20 15:22:39 -070052 <cfg>org.onosproject.provider.of.flow.impl.OpenFlowRuleProvider</cfg>
suibin zhang17308622016-04-14 15:45:30 -070053 <adaptiveFlowenabled>false</adaptiveFlowenabled>
54 <mnArgs> --topo linear,{} --switch ovsk,protocols=OpenFlow13 --controller remote,port=6653</mnArgs>
55 </CASE10>
56
57 <CASE11>
Devin Lim142b5342017-07-20 15:22:39 -070058 <cfg>org.onosproject.provider.nil.NullProviders</cfg>
suibin zhang17308622016-04-14 15:45:30 -070059 <nullTopo>linear</nullTopo>
60 <nullStart>true</nullStart>
61 </CASE11>
62
63 <CASE1000>
64 <batchSize>200</batchSize>
65 <batches>500</batches>
66 </CASE1000>
67
68 <CASE2100>
69 <numThreads>4</numThreads>
70 <RESTchkFlow>main.FALSE</RESTchkFlow>
71 <chkFlowTO>200</chkFlowTO>
72 </CASE2100>
73
74 <CASE3100>
75 <RESTchkFlow>main.FALSE</RESTchkFlow>
76 <chkFlowTO>200</chkFlowTO>
77 </CASE3100>
78
79</PARAMS>