blob: 9af6daee12fe669767a934d5e7bdf18dd8502cf3 [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
GlennRCe283c4b2016-01-07 13:04:10 -08005 # 10 - start mininet
6 # 11 - pingall and verify topo
GlennRC475f50d2015-10-23 15:01:09 -07007 # 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
YPZhangacaaf422016-07-26 09:34:03 -070010 # 1,[2,10,300,11,100,300,11,200,300,11,1000]*3
11 <testcases>1,[2,10,300,11,1000]*10</testcases>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070012
13 <DEPENDENCY>
YPZhang81a7d4e2016-04-18 13:10:17 -070014 <path>/tests/SCPF/SCPFscaleTopo/dependencies/</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
Chiyu Chengb8c2c842016-10-05 12:40:49 -070021 <DATABASE>
22 <dbPath>/tmp/scaleTopoResultDb</dbPath>
23 </DATABASE>
24
kelvin-onlab1d381fe2015-07-14 16:24:56 -070025 <ENV>
YPZhangacaaf422016-07-26 09:34:03 -070026 <cellApps>drivers,openflow</cellApps>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070027 </ENV>
28
Chiyu Chengb8c2c842016-10-05 12:40:49 -070029 <SearchTerm>
30 <start>New switch connection</start>
31 <end>Topology DefaultTopology</end>
32 <Disconnect>Switch disconnected callback</Disconnect>
33 </SearchTerm>
34
kelvin-onlab1d381fe2015-07-14 16:24:56 -070035 <GIT>
36 <pull>False</pull>
37 <branch>master</branch>
38 </GIT>
39
40 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080041 <port>6653</port>
GlennRC632e2892015-10-19 18:58:41 -070042 <numCtrls>3</numCtrls>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070043 </CTRL>
44
45 <SLEEP>
46 <startup>15</startup>
GlennRC632e2892015-10-19 18:58:41 -070047 <balance>10</balance>
GlennRCe283c4b2016-01-07 13:04:10 -080048 <nodeSleep>10</nodeSleep>
49 <pingall>15</pingall>
YPZhang26a139e2016-04-25 14:01:55 -070050 <MNsleep>60</MNsleep>
You Wang7bb9c462016-08-10 14:18:16 -070051 <host>0</host>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070052 </SLEEP>
53
GlennRC632e2892015-10-19 18:58:41 -070054 <TIMEOUT>
YPZhang85024fc2016-02-09 16:59:27 -080055 # pingall timeout unit: ms
56 <pingall>0.03</pingall>
GlennRC632e2892015-10-19 18:58:41 -070057 </TIMEOUT>
58
GlennRC475f50d2015-10-23 15:01:09 -070059 <ATTEMPTS>
60 <topoCmp>1</topoCmp>
GlennRCe283c4b2016-01-07 13:04:10 -080061 <pingall>3</pingall>
GlennRC475f50d2015-10-23 15:01:09 -070062 </ATTEMPTS>
63
GlennRC632e2892015-10-19 18:58:41 -070064 <TOPOLOGY>
65 <topology>torus</topology>
Chiyu Chengb8c2c842016-10-05 12:40:49 -070066 <scale>5,10,20,30,35,40,50,55,60</scale>
YPZhangacaaf422016-07-26 09:34:03 -070067 <host>True</host>
GlennRC632e2892015-10-19 18:58:41 -070068 </TOPOLOGY>
69
kelvin-onlab1d381fe2015-07-14 16:24:56 -070070</PARAMS>