blob: c0ce79fe0470cd7a13749168c17dd3232b60566c [file] [log] [blame]
GlennRC5147a422015-10-06 17:26:17 -07001
2<PARAMS>
3 # CASE - Descritpion
alisone14d7b02016-07-06 10:31:51 -07004 # Openflow 1.0: 1,2,10,1000,3000,1100,3000,1400,3000,1600,3000,1700,100
5 # Openflow 1.3: 1,2,10,1000,3000,1100,3000,1200,3000,1300,3000,1400,3000,1500,3000,1600,3000,1700,3000,1800,3000,1900,3000,2000,100
GlennRC5147a422015-10-06 17:26:17 -07006 # 1 - Variable initialization and optional pull and build ONOS package
7 # 2 - install ONOS
GlennRC073e8bc2015-10-27 17:11:28 -07008 # 10 - Start mininet and verify topology
Jon Hall892818c2015-10-20 17:58:34 -07009 # 66 - Testing Scapy
Jon Halla510a8a2016-05-04 15:09:28 -070010 # 100 - Check logs for Errors and Warnings
GlennRC956ea742015-11-05 16:14:15 -080011 # 1000 - Add flows with MAC selector
alisone14d7b02016-07-06 10:31:51 -070012 # 1100 - Add flows with VLAN selector
13 # 1200 - Add flows with ARP selector
GlennRC956ea742015-11-05 16:14:15 -080014 # 1300 - Add flows with MPLS selector
alisone14d7b02016-07-06 10:31:51 -070015 # 1400 - Add flows with IPv4 selector
16 # 1500 - Add flows with IPv6 selector
17 # 1600 - Add flows with UDP selector
18 # 1700 - Add flows with TCP selector
19 # 1800 - Add flows with SCTP selector
20 # 1900 - Add flows with ICMPv4 selector
21 # 2000 - Add flows with ICMPv6 selector
22 # 3000 - Delete flows
GlennRC073e8bc2015-10-27 17:11:28 -070023
alisone14d7b02016-07-06 10:31:51 -070024 <testcases>1,2,10,1000,3000,1100,3000,1200,3000,1300,3000,1400,3000,1500,3000,1600,3000,1700,3000,1800,3000,1900,3000,2000,100</testcases>
GlennRC5147a422015-10-06 17:26:17 -070025
26 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070027 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070028 </SCALE>
29
GlennRC956ea742015-11-05 16:14:15 -080030 <DEBUG>on</DEBUG>
31
GlennRC5147a422015-10-06 17:26:17 -070032 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070033 <path>/tests/FUNC/FUNCflow/dependencies/</path>
GlennRC5147a422015-10-06 17:26:17 -070034 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070035 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070036 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070037 </DEPENDENCY>
38
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
GlennRC073e8bc2015-10-27 17:11:28 -070053 <TEST>
54 <vlan>10</vlan>
GlennRC956ea742015-11-05 16:14:15 -080055 <mpls>22</mpls>
56 <tcpDst>40001</tcpDst>
57 <udpDst>40051</udpDst>
alisone14d7b02016-07-06 10:31:51 -070058 <sctpDst>40001</sctpDst>
GlennRC073e8bc2015-10-27 17:11:28 -070059 <ip4Type>2048</ip4Type>
alisone14d7b02016-07-06 10:31:51 -070060 <ip6Type>34525</ip6Type>
61 <arpType>2054</arpType>
GlennRC956ea742015-11-05 16:14:15 -080062 <tcpProto>6</tcpProto>
63 <udpProto>17</udpProto>
alisone14d7b02016-07-06 10:31:51 -070064 <sctpProto>132</sctpProto>
65 <icmpProto>1</icmpProto>
66 <icmp6Proto>58</icmp6Proto>
67 <sctpProto>132</sctpProto>
GlennRC073e8bc2015-10-27 17:11:28 -070068 <vlanType>33024</vlanType>
GlennRC956ea742015-11-05 16:14:15 -080069 <mplsType>34887</mplsType>
GlennRC073e8bc2015-10-27 17:11:28 -070070 <swDPID>of:0000000000000001</swDPID>
71 </TEST>
72
GlennRC5147a422015-10-06 17:26:17 -070073 <SLEEP>
74 <startup>15</startup>
GlennRC073e8bc2015-10-27 17:11:28 -070075 <startMN>5</startMN>
76 <addFlow>10</addFlow>
77 <delFlow>10</delFlow>
GlennRC5147a422015-10-06 17:26:17 -070078 </SLEEP>
79
80</PARAMS>