blob: cd9390c352d1e9c2c50d98d630dd3048ac526437 [file] [log] [blame]
kelvin-onlab1d381fe2015-07-14 16:24:56 -07001<PARAMS>
2
GlennRC708a9602015-10-20 18:13:13 -07003 # 1 - optional pull and build ONOS package
4 # 2 - set cell and install ONOS
GlennRC475f50d2015-10-23 15:01:09 -07005 # 10 - start mininet and verify topo
6 # 11 - verify topo
7 # 100 - balance master and bring onos node down
8 # 200 - bring onos node up and balance masters
GlennRC708a9602015-10-20 18:13:13 -07009 # 1000 - report logs
kelvin-onlab1d381fe2015-07-14 16:24:56 -070010
GlennRC475f50d2015-10-23 15:01:09 -070011 <testcases>1,2,[10,100,11,200,11,1000]*3</testcases>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070012
13 <DEPENDENCY>
GlennRC1c5df3c2015-08-27 16:12:09 -070014 <path>/tests/SCPFscaleTopo/Dependency/</path>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070015 <wrapper1>startUp</wrapper1>
16 <wrapper2>scaleTopoFunction</wrapper2>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070017 <wrapper3>topo</wrapper3>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070018 <multiovs>multiovs.py</multiovs>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070019 </DEPENDENCY>
20
21 <ENV>
GlennRC8f545df2015-08-28 09:26:38 -070022 <cellApps>drivers,openflow,fwd</cellApps>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070023 </ENV>
24
25 <GIT>
26 <pull>False</pull>
27 <branch>master</branch>
28 </GIT>
29
30 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080031 <port>6653</port>
GlennRC632e2892015-10-19 18:58:41 -070032 <numCtrls>3</numCtrls>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070033 </CTRL>
34
35 <SLEEP>
36 <startup>15</startup>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070037 <fwd>30</fwd>
GlennRC632e2892015-10-19 18:58:41 -070038 <balance>10</balance>
39 <nodeDown>10</nodeDown>
40 <nodeUp>10</nodeUp>
GlennRC475f50d2015-10-23 15:01:09 -070041 <pingall>3</pingall>
42 <stopMN>5</stopMN>
43 <startMN>5</startMN>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070044 </SLEEP>
45
GlennRC632e2892015-10-19 18:58:41 -070046 <TIMEOUT>
GlennRC475f50d2015-10-23 15:01:09 -070047 <pingall>240</pingall>
GlennRC632e2892015-10-19 18:58:41 -070048 </TIMEOUT>
49
GlennRC475f50d2015-10-23 15:01:09 -070050 <ATTEMPTS>
51 <topoCmp>1</topoCmp>
52 <pingall>2</pingall>
53 </ATTEMPTS>
54
GlennRC632e2892015-10-19 18:58:41 -070055 <TOPOLOGY>
56 <topology>torus</topology>
57 <scale>5,10,20</scale>
58 </TOPOLOGY>
59
GlennRC475f50d2015-10-23 15:01:09 -070060 <PINGALL>
61 <sleep>3</sleep>
62 <attempts>5</attempts>
63 <timeout>1000</timeout>
64 </PINGALL>
65
kelvin-onlab1d381fe2015-07-14 16:24:56 -070066</PARAMS>