blob: 0aa8e89f71bdce0bd0967b81eb97d734df1f86fd [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
Jon Hall892818c2015-10-20 17:58:34 -07009 # 66 - Testing Scapy
GlennRC5147a422015-10-06 17:26:17 -070010 # 1000 - Add flows
GlennRC68449942015-10-16 16:03:12 -070011 # 2000 - Verify flows are in the ADDED state
12 # 3000 - Delete flows
Jon Hall892818c2015-10-20 17:58:34 -070013 <testcases>1,2,10,11,1000,2000,[66]*3,3000</testcases>
GlennRC5147a422015-10-06 17:26:17 -070014
15 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070016 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070017 </SCALE>
18
19 <DEPENDENCY>
20 <path>/tests/FUNCflow/Dependency/</path>
21 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070022 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070023 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070024 </DEPENDENCY>
25
GlennRCa5391372015-10-14 17:28:15 -070026
GlennRC94ed2232015-10-07 15:08:57 -070027 <TOPO>
GlennRCa5391372015-10-14 17:28:15 -070028 <numSwitches>1</numSwitches>
29 <numHosts>2</numHosts>
GlennRC68449942015-10-16 16:03:12 -070030 <numLinks>0</numLinks>
31 </TOPO>
32
33 <MININET>
GlennRCa5391372015-10-14 17:28:15 -070034 <deviceId>of:0000000000000001</deviceId>
35 <hostMac1>00:00:00:00:00:01</hostMac1>
36 <hostMac2>00:00:00:00:00:02</hostMac2>
GlennRC68449942015-10-16 16:03:12 -070037 </MININET>
GlennRC94ed2232015-10-07 15:08:57 -070038
GlennRC5147a422015-10-06 17:26:17 -070039 <ENV>
40 <cellName>productionCell</cellName>
GlennRC68449942015-10-16 16:03:12 -070041 <cellApps>drivers,openflow</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>