blob: bfeeec36e7ba5af009addbf50654bf936125cefe [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>
43 <incPackaging>true</incPackaging>
44 </CASE2>
45
46 <CASE10>
47 <app>org.onosproject.openflow-base</app>
48 <adaptiveFlowenabled>false</adaptiveFlowenabled>
49 <mnArgs> --topo linear,{} --switch ovsk,protocols=OpenFlow13 --controller remote,port=6653</mnArgs>
50 </CASE10>
51
52 <CASE11>
53 <nullTopo>linear</nullTopo>
54 <nullStart>true</nullStart>
55 </CASE11>
56
57 <CASE1000>
58 <batchSize>200</batchSize>
59 <batches>500</batches>
60 </CASE1000>
61
62 <CASE2100>
63 <numThreads>4</numThreads>
64 <RESTchkFlow>main.FALSE</RESTchkFlow>
65 <chkFlowTO>200</chkFlowTO>
66 </CASE2100>
67
68 <CASE3100>
69 <RESTchkFlow>main.FALSE</RESTchkFlow>
70 <chkFlowTO>200</chkFlowTO>
71 </CASE3100>
72
73</PARAMS>