suibin zhang | 1730862 | 2016-04-14 15:45:30 -0700 | [diff] [blame] | 1 | |
| 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 Ronquillo | 1376d28 | 2017-11-29 14:33:31 -0800 | [diff] [blame] | 18 | <GRAPH> |
| 19 | <nodeCluster>BM</nodeCluster> |
| 20 | <builds>20</builds> |
| 21 | </GRAPH> |
Devin Lim | 58046fa | 2017-07-05 16:55:00 -0700 | [diff] [blame] | 22 | <GIT> |
| 23 | <pull>False</pull> |
| 24 | <branch>master</branch> |
| 25 | </GIT> |
suibin zhang | 1730862 | 2016-04-14 15:45:30 -0700 | [diff] [blame] | 26 | <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 |
YPZhang | 28909bc | 2016-06-20 13:29:11 -0700 | [diff] [blame] | 30 | <cluster>baremetal1</cluster> |
suibin zhang | 1730862 | 2016-04-14 15:45:30 -0700 | [diff] [blame] | 31 | <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 zhang | 1730862 | 2016-04-14 15:45:30 -0700 | [diff] [blame] | 44 | </CASE1> |
| 45 | |
| 46 | <CASE2> |
You Wang | a3cbc05 | 2017-07-27 12:22:12 -0700 | [diff] [blame] | 47 | <skipPackaging>false</skipPackaging> |
suibin zhang | 1730862 | 2016-04-14 15:45:30 -0700 | [diff] [blame] | 48 | </CASE2> |
| 49 | |
| 50 | <CASE10> |
| 51 | <app>org.onosproject.openflow-base</app> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 52 | <cfg>org.onosproject.provider.of.flow.impl.OpenFlowRuleProvider</cfg> |
suibin zhang | 1730862 | 2016-04-14 15:45:30 -0700 | [diff] [blame] | 53 | <adaptiveFlowenabled>false</adaptiveFlowenabled> |
| 54 | <mnArgs> --topo linear,{} --switch ovsk,protocols=OpenFlow13 --controller remote,port=6653</mnArgs> |
| 55 | </CASE10> |
| 56 | |
| 57 | <CASE11> |
Devin Lim | 142b534 | 2017-07-20 15:22:39 -0700 | [diff] [blame] | 58 | <cfg>org.onosproject.provider.nil.NullProviders</cfg> |
suibin zhang | 1730862 | 2016-04-14 15:45:30 -0700 | [diff] [blame] | 59 | <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> |