blob: 333ac26d14eec59b0fa5db95926dc227aa6eecde [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>
Devin Lim58046fa2017-07-05 16:55:00 -070018 <GIT>
19 <pull>False</pull>
20 <branch>master</branch>
21 </GIT>
suibin zhang17308622016-04-14 15:45:30 -070022 <GLOBAL>
23 <maxNodes>1</maxNodes> # currently only runs in single node onos
24 <numSw>63</numSw> # Number of devices used in topology
25 <numThreads>4</numThreads> #Number of Threads to use for POST and DELETE
YPZhang28909bc2016-06-20 13:29:11 -070026 <cluster>baremetal1</cluster>
suibin zhang17308622016-04-14 15:45:30 -070027 <SLEEP>
28 <startup>15</startup>
29 <startMN>15</startMN>
30 <addFlow>10</addFlow>
31 <delFlow>10</delFlow>
32 <chkFlow>0.5</chkFlow>
33 <cfg>5</cfg>
34 </SLEEP>
35 </GLOBAL>
36
37 <CASE1>
38 <cellName>temp</cellName>
39 <cellApps>drivers</cellApps>
suibin zhang17308622016-04-14 15:45:30 -070040 </CASE1>
41
42 <CASE2>
You Wanga3cbc052017-07-27 12:22:12 -070043 <skipPackaging>false</skipPackaging>
suibin zhang17308622016-04-14 15:45:30 -070044 </CASE2>
45
46 <CASE10>
47 <app>org.onosproject.openflow-base</app>
Devin Lim142b5342017-07-20 15:22:39 -070048 <cfg>org.onosproject.provider.of.flow.impl.OpenFlowRuleProvider</cfg>
suibin zhang17308622016-04-14 15:45:30 -070049 <adaptiveFlowenabled>false</adaptiveFlowenabled>
50 <mnArgs> --topo linear,{} --switch ovsk,protocols=OpenFlow13 --controller remote,port=6653</mnArgs>
51 </CASE10>
52
53 <CASE11>
Devin Lim142b5342017-07-20 15:22:39 -070054 <cfg>org.onosproject.provider.nil.NullProviders</cfg>
suibin zhang17308622016-04-14 15:45:30 -070055 <nullTopo>linear</nullTopo>
56 <nullStart>true</nullStart>
57 </CASE11>
58
59 <CASE1000>
60 <batchSize>200</batchSize>
61 <batches>500</batches>
62 </CASE1000>
63
64 <CASE2100>
65 <numThreads>4</numThreads>
66 <RESTchkFlow>main.FALSE</RESTchkFlow>
67 <chkFlowTO>200</chkFlowTO>
68 </CASE2100>
69
70 <CASE3100>
71 <RESTchkFlow>main.FALSE</RESTchkFlow>
72 <chkFlowTO>200</chkFlowTO>
73 </CASE3100>
74
75</PARAMS>