blob: b07779f0c8c2b3e14254b546f5a1952be804fc10 [file] [log] [blame]
suibin zhangd0f09b32016-03-29 00:57:57 -07001
2<PARAMS>
3 # CASE - Descritpion
4 # 1,2,10,1000,1100,2000,1200,2000,100
5 # 1 - Variable initialization and optional pull and build ONOS package
6 # 2 - install ONOS
7 # 8 - Compare topology
8 # 9 - Report logs
9 # 10 - Start mininet and verify topology
10
11
suibin zhang570cb452016-03-29 19:03:15 -070012 <testcases>1,10,100,1000,100,2000,100,110</testcases>
suibin zhangd0f09b32016-03-29 00:57:57 -070013
14 <SCALE>
15 <max>1</max>
16 </SCALE>
17
18 <DEBUG>on</DEBUG>
19
20 <DEPENDENCY>
21 <path>/tests/COMPflow/Dependency/</path>
22 <wrapper1>startUp</wrapper1>
23 <wrapper2>topo</wrapper2>
24 <topology>topo-flow.py</topology>
25 </DEPENDENCY>
26
27 <ENV>
28 <cellName>productionCell</cellName>
29 <cellApps>drivers,openflow-base</cellApps>
30 </ENV>
31
32 <GIT>
33 <pull>False</pull>
34 <branch>master</branch>
35 </GIT>
36
37 <CTRL>
38 <port>6653</port>
39 </CTRL>
40
41 <CASE10>
42 <numSw>15</numSw>
43 <mnArgs> --topo linear,15 --switch ovsk,protocols=OpenFlow13 --controller remote</mnArgs>
44 </CASE10>
45
46 <CASE1000>
suibin zhangff4abfe2016-03-29 11:52:08 -070047 <batchSize>200</batchSize>
48 <batches>500</batches>
suibin zhangd0f09b32016-03-29 00:57:57 -070049 </CASE1000>
50
suibin zhangd0f09b32016-03-29 00:57:57 -070051 <SLEEP>
52 <startup>15</startup>
53 <startMN>5</startMN>
54 <addFlow>10</addFlow>
55 <delFlow>10</delFlow>
56 </SLEEP>
57
58</PARAMS>