blob: 7353e6949fa1a28811d34ed00c2221d04b748a66 [file] [log] [blame]
GlennRC5147a422015-10-06 17:26:17 -07001
2<PARAMS>
3 # CASE - Descritpion
GlennRC073e8bc2015-10-27 17:11:28 -07004 # 1,2,10,1000,1100,2000,1200,2000,100
GlennRC5147a422015-10-06 17:26:17 -07005 # 1 - Variable initialization and optional pull and build ONOS package
6 # 2 - install ONOS
7 # 8 - Compare topology
8 # 9 - Report logs
GlennRC073e8bc2015-10-27 17:11:28 -07009 # 10 - Start mininet and verify topology
Jon Hall892818c2015-10-20 17:58:34 -070010 # 66 - Testing Scapy
GlennRC073e8bc2015-10-27 17:11:28 -070011 # 1000 - Add flows with MAC selectors
12 # 1100 - Add flows with IPv4 selectors
13 # 1200 - Add flows with vlan selector
14 # 2000 - Delete flows
15
16 <testcases>1,2,10,1000,2,1100,2,1200,100</testcases>
GlennRC5147a422015-10-06 17:26:17 -070017
18 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070019 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070020 </SCALE>
21
22 <DEPENDENCY>
23 <path>/tests/FUNCflow/Dependency/</path>
24 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070025 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070026 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070027 </DEPENDENCY>
28
GlennRC5147a422015-10-06 17:26:17 -070029 <ENV>
30 <cellName>productionCell</cellName>
GlennRC68449942015-10-16 16:03:12 -070031 <cellApps>drivers,openflow</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070032 </ENV>
33
34 <GIT>
35 <pull>False</pull>
36 <branch>master</branch>
37 </GIT>
38
39 <CTRL>
40 <port>6653</port>
41 </CTRL>
42
GlennRC073e8bc2015-10-27 17:11:28 -070043 <TEST>
44 <vlan>10</vlan>
45 <ip4Type>2048</ip4Type>
46 <ip6Type>34525</ip6Type>
47 <vlanType>33024</vlanType>
48 <swDPID>of:0000000000000001</swDPID>
49 </TEST>
50
GlennRC5147a422015-10-06 17:26:17 -070051 <SLEEP>
52 <startup>15</startup>
GlennRC073e8bc2015-10-27 17:11:28 -070053 <startMN>5</startMN>
54 <addFlow>10</addFlow>
55 <delFlow>10</delFlow>
GlennRC5147a422015-10-06 17:26:17 -070056 </SLEEP>
57
58</PARAMS>