blob: aa7c358270760716e8c414577d2faf6f0c67fae2 [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
GlennRC073e8bc2015-10-27 17:11:28 -07007 # 10 - Start mininet and verify topology
Jon Hall892818c2015-10-20 17:58:34 -07008 # 66 - Testing Scapy
Jon Halla510a8a2016-05-04 15:09:28 -07009 # 100 - Check logs for Errors and Warnings
GlennRC956ea742015-11-05 16:14:15 -080010 # 1000 - Add flows with MAC selector
11 # 1100 - Add flows with IPv4 selector
12 # 1200 - Add flows with VLAN selector
13 # 1300 - Add flows with MPLS selector
14 # 1400 - Add flows with TCP selectors
15 # 1500 - Add flows with UDP selectors
GlennRC073e8bc2015-10-27 17:11:28 -070016 # 2000 - Delete flows
17
GlennRCb5539292015-11-13 15:14:35 -080018 <testcases>1,2,10,1000,2000,1100,2000,1200,2000,1300,2000,1400,2000,1500,100</testcases>
GlennRC5147a422015-10-06 17:26:17 -070019
20 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070021 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070022 </SCALE>
23
GlennRC956ea742015-11-05 16:14:15 -080024 <DEBUG>on</DEBUG>
25
GlennRC5147a422015-10-06 17:26:17 -070026 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070027 <path>/tests/FUNC/FUNCflow/dependencies/</path>
GlennRC5147a422015-10-06 17:26:17 -070028 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070029 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070030 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070031 </DEPENDENCY>
32
GlennRC5147a422015-10-06 17:26:17 -070033 <ENV>
34 <cellName>productionCell</cellName>
GlennRC68449942015-10-16 16:03:12 -070035 <cellApps>drivers,openflow</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070036 </ENV>
37
38 <GIT>
39 <pull>False</pull>
40 <branch>master</branch>
41 </GIT>
42
43 <CTRL>
44 <port>6653</port>
45 </CTRL>
46
GlennRC073e8bc2015-10-27 17:11:28 -070047 <TEST>
48 <vlan>10</vlan>
GlennRC956ea742015-11-05 16:14:15 -080049 <mpls>22</mpls>
50 <tcpDst>40001</tcpDst>
51 <udpDst>40051</udpDst>
GlennRC073e8bc2015-10-27 17:11:28 -070052 <ip4Type>2048</ip4Type>
GlennRC956ea742015-11-05 16:14:15 -080053 <tcpProto>6</tcpProto>
54 <udpProto>17</udpProto>
GlennRC073e8bc2015-10-27 17:11:28 -070055 <vlanType>33024</vlanType>
GlennRC956ea742015-11-05 16:14:15 -080056 <mplsType>34887</mplsType>
GlennRC073e8bc2015-10-27 17:11:28 -070057 <swDPID>of:0000000000000001</swDPID>
58 </TEST>
59
GlennRC5147a422015-10-06 17:26:17 -070060 <SLEEP>
61 <startup>15</startup>
GlennRC073e8bc2015-10-27 17:11:28 -070062 <startMN>5</startMN>
63 <addFlow>10</addFlow>
64 <delFlow>10</delFlow>
GlennRC5147a422015-10-06 17:26:17 -070065 </SLEEP>
66
67</PARAMS>