blob: d6312b3ab2e76321aab9806eb76eb11979947466 [file] [log] [blame]
GlennRC5147a422015-10-06 17:26:17 -07001
2<PARAMS>
3 # CASE - Descritpion
4 # 1 - Variable initialization and optional pull and build ONOS package
5 # 2 - install ONOS
6 # 8 - Compare topology
7 # 9 - Report logs
GlennRC94ed2232015-10-07 15:08:57 -07008 # 10 - Start mininet and assign switches to controller
GlennRC5147a422015-10-06 17:26:17 -07009 # 1000 - Add flows
10 # 2000 - Delete flows
11 # 3000 - Modify flow rule selectors
12 # 4000 - Modify flow rule treatments
13 # 5000 - flow rule controller
14 # 100 - Compare switch flow table with ONOS
GlennRC1704d072015-10-07 18:40:45 -070015 <testcases>1,2,10,8</testcases>
GlennRC5147a422015-10-06 17:26:17 -070016
17 <SCALE>
18 <max>3</max>
19 </SCALE>
20
21 <DEPENDENCY>
22 <path>/tests/FUNCflow/Dependency/</path>
23 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070024 <wrapper2>topo</wrapper2>
GlennRC94ed2232015-10-07 15:08:57 -070025 <topology>flow-2sw.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070026 </DEPENDENCY>
27
GlennRC94ed2232015-10-07 15:08:57 -070028 <TOPO>
29 <numSwitches>2</numSwitches>
30 <numHosts>4</numHosts>
GlennRC1704d072015-10-07 18:40:45 -070031 <numLinks>2</numLinks>
GlennRC94ed2232015-10-07 15:08:57 -070032 </TOPO>
33
GlennRC5147a422015-10-06 17:26:17 -070034 <ENV>
35 <cellName>productionCell</cellName>
GlennRC1704d072015-10-07 18:40:45 -070036 <cellApps>drivers,openflow,proxyarp,mobility,fwd</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070037 </ENV>
38
39 <GIT>
40 <pull>False</pull>
41 <branch>master</branch>
42 </GIT>
43
44 <CTRL>
45 <port>6653</port>
46 </CTRL>
47
48 <SLEEP>
49 <startup>15</startup>
50 </SLEEP>
51
52</PARAMS>