blob: 2ef69dfef0420a56808ed46249b60458556f4578 [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
Devin Lim3e6fb352017-10-09 15:42:02 -070011 <testcases>1,[3,2,10,300,11,1000]*7,3</testcases>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070012
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080013 <GRAPH>
14 <nodeCluster>BM</nodeCluster>
15 <builds>20</builds>
16 </GRAPH>
17
kelvin-onlab1d381fe2015-07-14 16:24:56 -070018 <DEPENDENCY>
YPZhang81a7d4e2016-04-18 13:10:17 -070019 <path>/tests/SCPF/SCPFscaleTopo/dependencies/</path>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070020 <wrapper1>startUp</wrapper1>
21 <wrapper2>scaleTopoFunction</wrapper2>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070022 <wrapper3>topo</wrapper3>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070023 <multiovs>multiovs.py</multiovs>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070024 </DEPENDENCY>
25
Chiyu Cheng899621b2016-11-14 11:14:48 -080026 <TsharkPath>/tmp/scaleTopo_tshark_role_request</TsharkPath>
27
Chiyu Chengb8c2c842016-10-05 12:40:49 -070028 <DATABASE>
29 <dbPath>/tmp/scaleTopoResultDb</dbPath>
30 </DATABASE>
31
kelvin-onlab1d381fe2015-07-14 16:24:56 -070032 <ENV>
Chiyu Cheng81499422016-11-09 11:04:23 -080033 <cellApps>drivers</cellApps>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070034 </ENV>
35
Chiyu Chengb8c2c842016-10-05 12:40:49 -070036 <SearchTerm>
37 <start>New switch connection</start>
38 <end>Topology DefaultTopology</end>
39 <Disconnect>Switch disconnected callback</Disconnect>
Chiyu Cheng899621b2016-11-14 11:14:48 -080040 <roleRequest>of_role_request</roleRequest>
Chiyu Chengb8c2c842016-10-05 12:40:49 -070041 </SearchTerm>
42
kelvin-onlab1d381fe2015-07-14 16:24:56 -070043 <GIT>
44 <pull>False</pull>
45 <branch>master</branch>
46 </GIT>
47
48 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080049 <port>6653</port>
GlennRC632e2892015-10-19 18:58:41 -070050 <numCtrls>3</numCtrls>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070051 </CTRL>
52
53 <SLEEP>
54 <startup>15</startup>
GlennRC632e2892015-10-19 18:58:41 -070055 <balance>10</balance>
GlennRCe283c4b2016-01-07 13:04:10 -080056 <nodeSleep>10</nodeSleep>
57 <pingall>15</pingall>
YPZhang26a139e2016-04-25 14:01:55 -070058 <MNsleep>60</MNsleep>
Devin Lima7cfdbd2017-09-29 15:02:22 -070059 <host>20</host>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070060 </SLEEP>
61
GlennRC632e2892015-10-19 18:58:41 -070062 <TIMEOUT>
YPZhang85024fc2016-02-09 16:59:27 -080063 # pingall timeout unit: ms
64 <pingall>0.03</pingall>
Devin Lima7cfdbd2017-09-29 15:02:22 -070065 # others unit: s
66 <basicMininet>1000</basicMininet>
67 <startNet>50</startNet>
68 <stopNet>60</stopNet>
69 <update>40</update>
70 <links>60</links>
GlennRC632e2892015-10-19 18:58:41 -070071 </TIMEOUT>
72
GlennRC475f50d2015-10-23 15:01:09 -070073 <ATTEMPTS>
74 <topoCmp>1</topoCmp>
GlennRCe283c4b2016-01-07 13:04:10 -080075 <pingall>3</pingall>
GlennRC475f50d2015-10-23 15:01:09 -070076 </ATTEMPTS>
77
GlennRC632e2892015-10-19 18:58:41 -070078 <TOPOLOGY>
79 <topology>torus</topology>
Devin Lima7cfdbd2017-09-29 15:02:22 -070080 <scale>10,20,30,40,50,55,60</scale>
YPZhangacaaf422016-07-26 09:34:03 -070081 <host>True</host>
GlennRC632e2892015-10-19 18:58:41 -070082 </TOPOLOGY>
83
kelvin-onlab1d381fe2015-07-14 16:24:56 -070084</PARAMS>