blob: e0dde55bb0676cfd97fc456db5a05d78cdbc7cbb [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
GlennRC68449942015-10-16 16:03:12 -070010 # 2000 - Verify flows are in the ADDED state
11 # 3000 - Delete flows
12 <testcases>1,2,10,11,1000,2000,3000,100</testcases>
GlennRC5147a422015-10-06 17:26:17 -070013
14 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070015 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070016 </SCALE>
17
18 <DEPENDENCY>
19 <path>/tests/FUNCflow/Dependency/</path>
20 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070021 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070022 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070023 </DEPENDENCY>
24
GlennRCa5391372015-10-14 17:28:15 -070025
GlennRC94ed2232015-10-07 15:08:57 -070026 <TOPO>
GlennRCa5391372015-10-14 17:28:15 -070027 <numSwitches>1</numSwitches>
28 <numHosts>2</numHosts>
GlennRC68449942015-10-16 16:03:12 -070029 <numLinks>0</numLinks>
30 </TOPO>
31
32 <MININET>
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>
GlennRC68449942015-10-16 16:03:12 -070036 </MININET>
GlennRC94ed2232015-10-07 15:08:57 -070037
GlennRC5147a422015-10-06 17:26:17 -070038 <ENV>
39 <cellName>productionCell</cellName>
GlennRC68449942015-10-16 16:03:12 -070040 <cellApps>drivers,openflow</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070041 </ENV>
42
43 <GIT>
44 <pull>False</pull>
45 <branch>master</branch>
46 </GIT>
47
48 <CTRL>
49 <port>6653</port>
50 </CTRL>
51
52 <SLEEP>
53 <startup>15</startup>
54 </SLEEP>
55
56</PARAMS>