blob: 146faf45781d012567e93230314fdf63254259ca [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>
18
19 <GLOBAL>
20 <maxNodes>1</maxNodes> # currently only runs in single node onos
21 <numSw>63</numSw> # Number of devices used in topology
22 <numThreads>4</numThreads> #Number of Threads to use for POST and DELETE
YPZhang28909bc2016-06-20 13:29:11 -070023 <cluster>baremetal1</cluster>
suibin zhang17308622016-04-14 15:45:30 -070024 <SLEEP>
25 <startup>15</startup>
26 <startMN>15</startMN>
27 <addFlow>10</addFlow>
28 <delFlow>10</delFlow>
29 <chkFlow>0.5</chkFlow>
30 <cfg>5</cfg>
31 </SLEEP>
32 </GLOBAL>
33
34 <CASE1>
35 <cellName>temp</cellName>
36 <cellApps>drivers</cellApps>
37 <gitPull>False</gitPull>
38 <gitBranch>master</gitBranch>
39 </CASE1>
40
41 <CASE2>
42 <incPackaging>true</incPackaging>
43 </CASE2>
44
45 <CASE10>
46 <app>org.onosproject.openflow-base</app>
47 <adaptiveFlowenabled>false</adaptiveFlowenabled>
48 <mnArgs> --topo linear,{} --switch ovsk,protocols=OpenFlow13 --controller remote,port=6653</mnArgs>
49 </CASE10>
50
51 <CASE11>
52 <nullTopo>linear</nullTopo>
53 <nullStart>true</nullStart>
54 </CASE11>
55
56 <CASE1000>
57 <batchSize>200</batchSize>
58 <batches>500</batches>
59 </CASE1000>
60
61 <CASE2100>
62 <numThreads>4</numThreads>
63 <RESTchkFlow>main.FALSE</RESTchkFlow>
64 <chkFlowTO>200</chkFlowTO>
65 </CASE2100>
66
67 <CASE3100>
68 <RESTchkFlow>main.FALSE</RESTchkFlow>
69 <chkFlowTO>200</chkFlowTO>
70 </CASE3100>
71
72</PARAMS>