blob: 396686e6b399d81c834f7c142b4773f7cb73c2d3 [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
GlennRCa5391372015-10-14 17:28:15 -070015 <testcases>1,2,10,8,1000</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
GlennRCa5391372015-10-14 17:28:15 -070028
GlennRC94ed2232015-10-07 15:08:57 -070029 <TOPO>
GlennRCa5391372015-10-14 17:28:15 -070030 <numSwitches>1</numSwitches>
31 <numHosts>2</numHosts>
GlennRC1704d072015-10-07 18:40:45 -070032 <numLinks>2</numLinks>
GlennRCa5391372015-10-14 17:28:15 -070033 <deviceId>of:0000000000000001</deviceId>
34 <hostMac1>00:00:00:00:00:01</hostMac1>
35 <hostMac2>00:00:00:00:00:02</hostMac2>
36 <ethType>IPV4</ethType>
GlennRC94ed2232015-10-07 15:08:57 -070037 </TOPO>
38
GlennRC5147a422015-10-06 17:26:17 -070039 <ENV>
40 <cellName>productionCell</cellName>
GlennRCa5391372015-10-14 17:28:15 -070041 <cellApps>drivers,openflow,fwd</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070042 </ENV>
43
44 <GIT>
45 <pull>False</pull>
46 <branch>master</branch>
47 </GIT>
48
49 <CTRL>
50 <port>6653</port>
51 </CTRL>
52
53 <SLEEP>
54 <startup>15</startup>
55 </SLEEP>
56
57</PARAMS>