blob: f40372c50e1abf4cfc83b247f3f6e96a47f24c52 [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
You Wangdafb6e22018-01-22 17:01:00 -08009 # 11 - Start mininet scapy hosts
10 # 12 - Stop mininet and scapy hosts
Jon Hall892818c2015-10-20 17:58:34 -070011 # 66 - Testing Scapy
Jon Halla510a8a2016-05-04 15:09:28 -070012 # 100 - Check logs for Errors and Warnings
GlennRC956ea742015-11-05 16:14:15 -080013 # 1000 - Add flows with MAC selector
alisone14d7b02016-07-06 10:31:51 -070014 # 1100 - Add flows with VLAN selector
15 # 1200 - Add flows with ARP selector
GlennRC956ea742015-11-05 16:14:15 -080016 # 1300 - Add flows with MPLS selector
alisone14d7b02016-07-06 10:31:51 -070017 # 1400 - Add flows with IPv4 selector
18 # 1500 - Add flows with IPv6 selector
19 # 1600 - Add flows with UDP selector
20 # 1700 - Add flows with TCP selector
21 # 1800 - Add flows with SCTP selector
22 # 1900 - Add flows with ICMPv4 selector
23 # 2000 - Add flows with ICMPv6 selector
24 # 3000 - Delete flows
GlennRC073e8bc2015-10-27 17:11:28 -070025
You Wangdafb6e22018-01-22 17:01:00 -080026 <testcases>1,2,10,11,1000,3000,1100,3000,1200,3000,1300,3000,1400,3000,1500,3000,1600,3000,1700,3000,1800,3000,1900,3000,2000,12,100</testcases>
GlennRC5147a422015-10-06 17:26:17 -070027
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080028 <GRAPH>
29 <nodeCluster>VM</nodeCluster>
30 <builds>20</builds>
31 </GRAPH>
32
GlennRC5147a422015-10-06 17:26:17 -070033 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070034 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070035 </SCALE>
36
GlennRC956ea742015-11-05 16:14:15 -080037 <DEBUG>on</DEBUG>
38
GlennRC5147a422015-10-06 17:26:17 -070039 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070040 <path>/tests/FUNC/FUNCflow/dependencies/</path>
GlennRC5147a422015-10-06 17:26:17 -070041 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070042 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070043 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070044 </DEPENDENCY>
45
GlennRC5147a422015-10-06 17:26:17 -070046 <ENV>
47 <cellName>productionCell</cellName>
GlennRC68449942015-10-16 16:03:12 -070048 <cellApps>drivers,openflow</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070049 </ENV>
50
51 <GIT>
52 <pull>False</pull>
53 <branch>master</branch>
54 </GIT>
55
56 <CTRL>
57 <port>6653</port>
58 </CTRL>
59
GlennRC073e8bc2015-10-27 17:11:28 -070060 <TEST>
61 <vlan>10</vlan>
GlennRC956ea742015-11-05 16:14:15 -080062 <mpls>22</mpls>
63 <tcpDst>40001</tcpDst>
64 <udpDst>40051</udpDst>
alisone14d7b02016-07-06 10:31:51 -070065 <sctpDst>40001</sctpDst>
GlennRC073e8bc2015-10-27 17:11:28 -070066 <ip4Type>2048</ip4Type>
alisone14d7b02016-07-06 10:31:51 -070067 <ip6Type>34525</ip6Type>
68 <arpType>2054</arpType>
GlennRC956ea742015-11-05 16:14:15 -080069 <tcpProto>6</tcpProto>
70 <udpProto>17</udpProto>
alisone14d7b02016-07-06 10:31:51 -070071 <sctpProto>132</sctpProto>
72 <icmpProto>1</icmpProto>
73 <icmp6Proto>58</icmp6Proto>
74 <sctpProto>132</sctpProto>
GlennRC073e8bc2015-10-27 17:11:28 -070075 <vlanType>33024</vlanType>
GlennRC956ea742015-11-05 16:14:15 -080076 <mplsType>34887</mplsType>
GlennRC073e8bc2015-10-27 17:11:28 -070077 <swDPID>of:0000000000000001</swDPID>
78 </TEST>
79
GlennRC5147a422015-10-06 17:26:17 -070080 <SLEEP>
81 <startup>15</startup>
GlennRC073e8bc2015-10-27 17:11:28 -070082 <startMN>5</startMN>
83 <addFlow>10</addFlow>
84 <delFlow>10</delFlow>
GlennRC5147a422015-10-06 17:26:17 -070085 </SLEEP>
86
You Wangdafb6e22018-01-22 17:01:00 -080087 <SCAPY>
88 <HOSTNAMES>h1,h2,h3,h4,h5,h6</HOSTNAMES>
89 </SCAPY>
90
GlennRC5147a422015-10-06 17:26:17 -070091</PARAMS>