blob: d1a3c58449984bcabbdd7d182d5f6952cd495996 [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
GlennRC956ea742015-11-05 16:14:15 -080011 # 1000 - Add flows with MAC selector
12 # 1100 - Add flows with IPv4 selector
13 # 1200 - Add flows with VLAN selector
14 # 1300 - Add flows with MPLS selector
15 # 1400 - Add flows with TCP selectors
16 # 1500 - Add flows with UDP selectors
GlennRC073e8bc2015-10-27 17:11:28 -070017 # 2000 - Delete flows
18
GlennRC956ea742015-11-05 16:14:15 -080019 <testcases>1,2,10,1000,2000,1200,2000,1300,2000,1400,2000,1500,100</testcases>
GlennRC5147a422015-10-06 17:26:17 -070020
21 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070022 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070023 </SCALE>
24
GlennRC956ea742015-11-05 16:14:15 -080025 <DEBUG>on</DEBUG>
26
GlennRC5147a422015-10-06 17:26:17 -070027 <DEPENDENCY>
28 <path>/tests/FUNCflow/Dependency/</path>
29 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070030 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070031 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070032 </DEPENDENCY>
33
GlennRC5147a422015-10-06 17:26:17 -070034 <ENV>
35 <cellName>productionCell</cellName>
GlennRC68449942015-10-16 16:03:12 -070036 <cellApps>drivers,openflow</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070037 </ENV>
38
39 <GIT>
40 <pull>False</pull>
41 <branch>master</branch>
42 </GIT>
43
44 <CTRL>
45 <port>6653</port>
46 </CTRL>
47
GlennRC073e8bc2015-10-27 17:11:28 -070048 <TEST>
49 <vlan>10</vlan>
GlennRC956ea742015-11-05 16:14:15 -080050 <mpls>22</mpls>
51 <tcpDst>40001</tcpDst>
52 <udpDst>40051</udpDst>
GlennRC073e8bc2015-10-27 17:11:28 -070053 <ip4Type>2048</ip4Type>
GlennRC956ea742015-11-05 16:14:15 -080054 <tcpProto>6</tcpProto>
55 <udpProto>17</udpProto>
GlennRC073e8bc2015-10-27 17:11:28 -070056 <vlanType>33024</vlanType>
GlennRC956ea742015-11-05 16:14:15 -080057 <mplsType>34887</mplsType>
GlennRC073e8bc2015-10-27 17:11:28 -070058 <swDPID>of:0000000000000001</swDPID>
59 </TEST>
60
GlennRC5147a422015-10-06 17:26:17 -070061 <SLEEP>
62 <startup>15</startup>
GlennRC073e8bc2015-10-27 17:11:28 -070063 <startMN>5</startMN>
64 <addFlow>10</addFlow>
65 <delFlow>10</delFlow>
GlennRC5147a422015-10-06 17:26:17 -070066 </SLEEP>
67
68</PARAMS>