blob: 0d7df3df99bacb886a03e78eacd60756c0e529ee [file] [log] [blame]
suibin zhangd0f09b32016-03-29 00:57:57 -07001
2<PARAMS>
suibin zhang9a8264f2016-04-03 21:18:59 -07003 <!--
suibin zhangd0f09b32016-03-29 00:57:57 -07004 # CASE - Descritpion
5 # 1,2,10,1000,1100,2000,1200,2000,100
6 # 1 - Variable initialization and optional pull and build ONOS package
suibin zhang9a8264f2016-04-03 21:18:59 -07007 # 2 - install ONOS, start cli
suibin zhangd0f09b32016-03-29 00:57:57 -07008 # 10 - Start mininet and verify topology
suibin zhang9a8264f2016-04-03 21:18:59 -07009 # 110 - check log for errors
10 # 1000 - build flow batches
11 # 2100 - REST POST flow batches in multiple threads and check till all ADDED
12 # 3100 - REST DELETE flow batches in multiple threads and check till all REMOVED
13 -->
suibin zhangd0f09b32016-03-29 00:57:57 -070014
suibin zhang9a8264f2016-04-03 21:18:59 -070015 <!-- <testcases>1,10,100,1000,100,2000,100,110</testcases> -->
16 <testcases>1,2,10,100,1000,2100,100,3100,100,110</testcases>
suibin zhangd0f09b32016-03-29 00:57:57 -070017
18 <SCALE>
19 <max>1</max>
20 </SCALE>
21
22 <DEBUG>on</DEBUG>
23
suibin zhangd0f09b32016-03-29 00:57:57 -070024 <ENV>
suibin zhang5c735ca2016-03-30 16:01:06 -070025 <cellName>temp</cellName>
26 <cellApps>drivers</cellApps>
suibin zhangd0f09b32016-03-29 00:57:57 -070027 </ENV>
28
29 <GIT>
30 <pull>False</pull>
31 <branch>master</branch>
32 </GIT>
33
34 <CTRL>
35 <port>6653</port>
36 </CTRL>
37
suibin zhang9a8264f2016-04-03 21:18:59 -070038 <CASE2>
39 <incPackaging>main.FALSE</incPackaging>
40 </CASE2>
41
suibin zhangd0f09b32016-03-29 00:57:57 -070042 <CASE10>
suibin zhang5c735ca2016-03-30 16:01:06 -070043 <numSw>63</numSw>
suibin zhang9a8264f2016-04-03 21:18:59 -070044 <mnArgs> --topo linear,63 --switch ovsk,protocols=OpenFlow13 --controller remote,port=6653</mnArgs>
suibin zhangd0f09b32016-03-29 00:57:57 -070045 </CASE10>
46
suibin zhang5c735ca2016-03-30 16:01:06 -070047 <CASE11>
suibin zhanga5875da2016-04-02 20:54:50 -070048 <numSw>15</numSw>
suibin zhang5c735ca2016-03-30 16:01:06 -070049 <nullTopo>linear</nullTopo>
50 <nullStart>true</nullStart>
51 </CASE11>
52
suibin zhangd0f09b32016-03-29 00:57:57 -070053 <CASE1000>
suibin zhangff4abfe2016-03-29 11:52:08 -070054 <batchSize>200</batchSize>
55 <batches>500</batches>
suibin zhangd0f09b32016-03-29 00:57:57 -070056 </CASE1000>
57
suibin zhanga5875da2016-04-02 20:54:50 -070058 <CASE2100>
suibin zhang34f01372016-04-07 15:40:15 -070059 <adaptiveFlowenabled>false</adaptiveFlowenabled>
60 <numThreads>4</numThreads>
suibin zhang9a8264f2016-04-03 21:18:59 -070061 <RESTchkFlow>main.FALSE</RESTchkFlow>
suibin zhanga5875da2016-04-02 20:54:50 -070062 <chkFlowTO>200</chkFlowTO>
63 </CASE2100>
64
65 <CASE3100>
suibin zhang9a8264f2016-04-03 21:18:59 -070066 <RESTchkFlow>main.FALSE</RESTchkFlow>
suibin zhanga5875da2016-04-02 20:54:50 -070067 <chkFlowTO>200</chkFlowTO>
68 </CASE3100>
69
suibin zhangd0f09b32016-03-29 00:57:57 -070070 <SLEEP>
71 <startup>15</startup>
suibin zhang5c735ca2016-03-30 16:01:06 -070072 <startMN>15</startMN>
suibin zhangd0f09b32016-03-29 00:57:57 -070073 <addFlow>10</addFlow>
74 <delFlow>10</delFlow>
suibin zhang9a8264f2016-04-03 21:18:59 -070075 <chkFlow>0.5</chkFlow>
suibin zhangd0f09b32016-03-29 00:57:57 -070076 </SLEEP>
77
78</PARAMS>