blob: 7aaf8c74e253e037abd2900349eeec8884982b31 [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
You Wangaa7bc722019-02-21 17:55:39 -080010 # 1001 - report alarms
YPZhangacaaf422016-07-26 09:34:03 -070011 # 1,[2,10,300,11,100,300,11,200,300,11,1000]*3
You Wangaa7bc722019-02-21 17:55:39 -080012 <testcases>1,[3,2,10,300,11,1000]*5,3,1001</testcases>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070013
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080014 <GRAPH>
15 <nodeCluster>BM</nodeCluster>
16 <builds>20</builds>
17 </GRAPH>
18
kelvin-onlab1d381fe2015-07-14 16:24:56 -070019 <DEPENDENCY>
YPZhang81a7d4e2016-04-18 13:10:17 -070020 <path>/tests/SCPF/SCPFscaleTopo/dependencies/</path>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070021 <wrapper1>startUp</wrapper1>
22 <wrapper2>scaleTopoFunction</wrapper2>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070023 <wrapper3>topo</wrapper3>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070024 <multiovs>multiovs.py</multiovs>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070025 </DEPENDENCY>
26
Chiyu Cheng899621b2016-11-14 11:14:48 -080027 <TsharkPath>/tmp/scaleTopo_tshark_role_request</TsharkPath>
28
Chiyu Chengb8c2c842016-10-05 12:40:49 -070029 <DATABASE>
30 <dbPath>/tmp/scaleTopoResultDb</dbPath>
31 </DATABASE>
32
kelvin-onlab1d381fe2015-07-14 16:24:56 -070033 <ENV>
Chiyu Cheng81499422016-11-09 11:04:23 -080034 <cellApps>drivers</cellApps>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070035 </ENV>
36
Chiyu Chengb8c2c842016-10-05 12:40:49 -070037 <SearchTerm>
38 <start>New switch connection</start>
39 <end>Topology DefaultTopology</end>
40 <Disconnect>Switch disconnected callback</Disconnect>
You Wang4a3101a2019-08-15 16:33:04 -070041 <roleRequest>OpenFlow 90 Type: OFPT_ROLE_REQUEST</roleRequest>
Chiyu Chengb8c2c842016-10-05 12:40:49 -070042 </SearchTerm>
43
kelvin-onlab1d381fe2015-07-14 16:24:56 -070044 <GIT>
45 <pull>False</pull>
46 <branch>master</branch>
47 </GIT>
48
49 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080050 <port>6653</port>
GlennRC632e2892015-10-19 18:58:41 -070051 <numCtrls>3</numCtrls>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070052 </CTRL>
53
You Wangb2043922020-10-28 18:45:24 -070054 <TSHARK>
55 <tsharkInterface>lo</tsharkInterface>
56 </TSHARK>
57
kelvin-onlab1d381fe2015-07-14 16:24:56 -070058 <SLEEP>
59 <startup>15</startup>
GlennRC632e2892015-10-19 18:58:41 -070060 <balance>10</balance>
GlennRCe283c4b2016-01-07 13:04:10 -080061 <nodeSleep>10</nodeSleep>
62 <pingall>15</pingall>
YPZhang26a139e2016-04-25 14:01:55 -070063 <MNsleep>60</MNsleep>
Devin Lima7cfdbd2017-09-29 15:02:22 -070064 <host>20</host>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070065 </SLEEP>
66
GlennRC632e2892015-10-19 18:58:41 -070067 <TIMEOUT>
YPZhang85024fc2016-02-09 16:59:27 -080068 # pingall timeout unit: ms
69 <pingall>0.03</pingall>
Devin Lima7cfdbd2017-09-29 15:02:22 -070070 # others unit: s
71 <basicMininet>1000</basicMininet>
72 <startNet>50</startNet>
73 <stopNet>60</stopNet>
74 <update>40</update>
75 <links>60</links>
You Wang3b7b5562018-11-01 16:31:41 -070076 <getTopo>120</getTopo>
GlennRC632e2892015-10-19 18:58:41 -070077 </TIMEOUT>
78
GlennRC475f50d2015-10-23 15:01:09 -070079 <ATTEMPTS>
80 <topoCmp>1</topoCmp>
GlennRCe283c4b2016-01-07 13:04:10 -080081 <pingall>3</pingall>
GlennRC475f50d2015-10-23 15:01:09 -070082 </ATTEMPTS>
83
GlennRC632e2892015-10-19 18:58:41 -070084 <TOPOLOGY>
85 <topology>torus</topology>
You Wangd91a70f2019-01-03 15:28:10 -080086 <scale>10,20,30,40,50</scale>
YPZhangacaaf422016-07-26 09:34:03 -070087 <host>True</host>
GlennRC632e2892015-10-19 18:58:41 -070088 </TOPOLOGY>
89
You Wangaa7bc722019-02-21 17:55:39 -080090 <ALARM>
91 <minMaxScale>40</minMaxScale>
92 </ALARM>
93
kelvin-onlab1d381fe2015-07-14 16:24:56 -070094</PARAMS>