blob: e12ee6c818bb7728c44a0a69d02f9d3f2571c5f2 [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
GlennRC94ed2232015-10-07 15:08:57 -070015 <testcases>1,2,10</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>
GlennRC94ed2232015-10-07 15:08:57 -070024 <topology>flow-2sw.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070025 </DEPENDENCY>
26
GlennRC94ed2232015-10-07 15:08:57 -070027 <TOPO>
28 <numSwitches>2</numSwitches>
29 <numHosts>4</numHosts>
30 <numLinks>10</numLinks>
31 </TOPO>
32
GlennRC5147a422015-10-06 17:26:17 -070033 <ENV>
34 <cellName>productionCell</cellName>
35 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
36 </ENV>
37
38 <GIT>
39 <pull>False</pull>
40 <branch>master</branch>
41 </GIT>
42
43 <CTRL>
44 <port>6653</port>
45 </CTRL>
46
47 <SLEEP>
48 <startup>15</startup>
49 </SLEEP>
50
51</PARAMS>