blob: c6b9b401a8997216df6dc5d415a50c8df602e21f [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
GlennRC632e2892015-10-19 18:58:41 -07005 # 10 - start mininet and assign switches to controller
6 # 11 - pingall
7 # 12 - compare topology
8 # 100 - balance master
9 # 200 - bring down onos node
10 # 300 - bring up onos node
GlennRC708a9602015-10-20 18:13:13 -070011 # 1000 - report logs
kelvin-onlab1d381fe2015-07-14 16:24:56 -070012
GlennRC708a9602015-10-20 18:13:13 -070013 <testcases>1,2,[10,100,11,12,200,100,11,12,300,100,11,12,1000]*3</testcases>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070014
15 <DEPENDENCY>
GlennRC1c5df3c2015-08-27 16:12:09 -070016 <path>/tests/SCPFscaleTopo/Dependency/</path>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070017 <wrapper1>startUp</wrapper1>
18 <wrapper2>scaleTopoFunction</wrapper2>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070019 <wrapper3>topo</wrapper3>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070020 <multiovs>multiovs.py</multiovs>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070021 </DEPENDENCY>
22
23 <ENV>
GlennRC8f545df2015-08-28 09:26:38 -070024 <cellApps>drivers,openflow,fwd</cellApps>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070025 </ENV>
26
27 <GIT>
28 <pull>False</pull>
29 <branch>master</branch>
30 </GIT>
31
32 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080033 <port>6653</port>
GlennRC632e2892015-10-19 18:58:41 -070034 <numCtrls>3</numCtrls>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070035 </CTRL>
36
37 <SLEEP>
38 <startup>15</startup>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070039 <fwd>30</fwd>
GlennRC632e2892015-10-19 18:58:41 -070040 <topoAttempts>1</topoAttempts>
41 <balance>10</balance>
42 <nodeDown>10</nodeDown>
43 <nodeUp>10</nodeUp>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070044 </SLEEP>
45
GlennRC632e2892015-10-19 18:58:41 -070046 <TIMEOUT>
47 <pingall>60</pingall>
48 </TIMEOUT>
49
50 <TOPOLOGY>
51 <topology>torus</topology>
52 <scale>5,10,20</scale>
53 </TOPOLOGY>
54
kelvin-onlab1d381fe2015-07-14 16:24:56 -070055</PARAMS>