blob: 5d1c7e11e32c3662d66da69b588c79bae7b39dc8 [file] [log] [blame]
kelvin-onlab1d381fe2015-07-14 16:24:56 -07001<PARAMS>
2
GlennRC632e2892015-10-19 18:58:41 -07003 # 1 - Optional pull and build ONOS package
4 # 2 - Set cell and install ONOS
5 # 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
kelvin-onlab1d381fe2015-07-14 16:24:56 -070011
GlennRC632e2892015-10-19 18:58:41 -070012 <testcases>1,2,[10,100,12,200,100,12,300,100,12,1000]*3</testcases>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070013
14 <DEPENDENCY>
GlennRC1c5df3c2015-08-27 16:12:09 -070015 <path>/tests/SCPFscaleTopo/Dependency/</path>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070016 <wrapper1>startUp</wrapper1>
17 <wrapper2>scaleTopoFunction</wrapper2>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070018 <wrapper3>topo</wrapper3>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070019 <multiovs>multiovs.py</multiovs>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070020 </DEPENDENCY>
21
22 <ENV>
GlennRC8f545df2015-08-28 09:26:38 -070023 <cellApps>drivers,openflow,fwd</cellApps>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070024 </ENV>
25
26 <GIT>
27 <pull>False</pull>
28 <branch>master</branch>
29 </GIT>
30
31 <CTRL>
Charles Chan029be652015-08-24 01:46:10 +080032 <port>6653</port>
GlennRC632e2892015-10-19 18:58:41 -070033 <numCtrls>3</numCtrls>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070034 </CTRL>
35
36 <SLEEP>
37 <startup>15</startup>
kelvin-onlabd9e23de2015-08-06 10:34:44 -070038 <fwd>30</fwd>
GlennRC632e2892015-10-19 18:58:41 -070039 <topoAttempts>1</topoAttempts>
40 <balance>10</balance>
41 <nodeDown>10</nodeDown>
42 <nodeUp>10</nodeUp>
kelvin-onlab1d381fe2015-07-14 16:24:56 -070043 </SLEEP>
44
GlennRC632e2892015-10-19 18:58:41 -070045 <TIMEOUT>
46 <pingall>60</pingall>
47 </TIMEOUT>
48
49 <TOPOLOGY>
50 <topology>torus</topology>
51 <scale>5,10,20</scale>
52 </TOPOLOGY>
53
kelvin-onlab1d381fe2015-07-14 16:24:56 -070054</PARAMS>