blob: 6eda334223fc0ad70b4869ce9c066f994b3aa969 [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
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080026 <GRAPH>
27 <nodeCluster>VM</nodeCluster>
28 <builds>20</builds>
29 </GRAPH>
30
GlennRC5147a422015-10-06 17:26:17 -070031 <SCALE>
GlennRC68449942015-10-16 16:03:12 -070032 <max>1</max>
GlennRC5147a422015-10-06 17:26:17 -070033 </SCALE>
34
GlennRC956ea742015-11-05 16:14:15 -080035 <DEBUG>on</DEBUG>
36
GlennRC5147a422015-10-06 17:26:17 -070037 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070038 <path>/tests/FUNC/FUNCflow/dependencies/</path>
GlennRC5147a422015-10-06 17:26:17 -070039 <wrapper1>startUp</wrapper1>
GlennRC1704d072015-10-07 18:40:45 -070040 <wrapper2>topo</wrapper2>
GlennRC68449942015-10-16 16:03:12 -070041 <topology>topo-flow.py</topology>
GlennRC5147a422015-10-06 17:26:17 -070042 </DEPENDENCY>
43
GlennRC5147a422015-10-06 17:26:17 -070044 <ENV>
45 <cellName>productionCell</cellName>
GlennRC68449942015-10-16 16:03:12 -070046 <cellApps>drivers,openflow</cellApps>
GlennRC5147a422015-10-06 17:26:17 -070047 </ENV>
48
49 <GIT>
50 <pull>False</pull>
51 <branch>master</branch>
52 </GIT>
53
54 <CTRL>
55 <port>6653</port>
56 </CTRL>
57
GlennRC073e8bc2015-10-27 17:11:28 -070058 <TEST>
59 <vlan>10</vlan>
GlennRC956ea742015-11-05 16:14:15 -080060 <mpls>22</mpls>
61 <tcpDst>40001</tcpDst>
62 <udpDst>40051</udpDst>
alisone14d7b02016-07-06 10:31:51 -070063 <sctpDst>40001</sctpDst>
GlennRC073e8bc2015-10-27 17:11:28 -070064 <ip4Type>2048</ip4Type>
alisone14d7b02016-07-06 10:31:51 -070065 <ip6Type>34525</ip6Type>
66 <arpType>2054</arpType>
GlennRC956ea742015-11-05 16:14:15 -080067 <tcpProto>6</tcpProto>
68 <udpProto>17</udpProto>
alisone14d7b02016-07-06 10:31:51 -070069 <sctpProto>132</sctpProto>
70 <icmpProto>1</icmpProto>
71 <icmp6Proto>58</icmp6Proto>
72 <sctpProto>132</sctpProto>
GlennRC073e8bc2015-10-27 17:11:28 -070073 <vlanType>33024</vlanType>
GlennRC956ea742015-11-05 16:14:15 -080074 <mplsType>34887</mplsType>
GlennRC073e8bc2015-10-27 17:11:28 -070075 <swDPID>of:0000000000000001</swDPID>
76 </TEST>
77
GlennRC5147a422015-10-06 17:26:17 -070078 <SLEEP>
79 <startup>15</startup>
GlennRC073e8bc2015-10-27 17:11:28 -070080 <startMN>5</startMN>
81 <addFlow>10</addFlow>
82 <delFlow>10</delFlow>
GlennRC5147a422015-10-06 17:26:17 -070083 </SLEEP>
84
85</PARAMS>