GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 1 | |
| 2 | <PARAMS> |
| 3 | # CASE - Descritpion |
alison | e14d7b0 | 2016-07-06 10:31:51 -0700 | [diff] [blame] | 4 | # 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 |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 6 | # 1 - Variable initialization and optional pull and build ONOS package |
| 7 | # 2 - install ONOS |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 8 | # 10 - Start mininet and verify topology |
You Wang | dafb6e2 | 2018-01-22 17:01:00 -0800 | [diff] [blame] | 9 | # 11 - Start mininet scapy hosts |
| 10 | # 12 - Stop mininet and scapy hosts |
Jon Hall | 892818c | 2015-10-20 17:58:34 -0700 | [diff] [blame] | 11 | # 66 - Testing Scapy |
Jon Hall | a510a8a | 2016-05-04 15:09:28 -0700 | [diff] [blame] | 12 | # 100 - Check logs for Errors and Warnings |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 13 | # 1000 - Add flows with MAC selector |
alison | e14d7b0 | 2016-07-06 10:31:51 -0700 | [diff] [blame] | 14 | # 1100 - Add flows with VLAN selector |
| 15 | # 1200 - Add flows with ARP selector |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 16 | # 1300 - Add flows with MPLS selector |
alison | e14d7b0 | 2016-07-06 10:31:51 -0700 | [diff] [blame] | 17 | # 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 |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 25 | |
You Wang | dafb6e2 | 2018-01-22 17:01:00 -0800 | [diff] [blame] | 26 | <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> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 27 | |
Jeremy Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 28 | <GRAPH> |
| 29 | <nodeCluster>VM</nodeCluster> |
| 30 | <builds>20</builds> |
| 31 | </GRAPH> |
| 32 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 33 | <SCALE> |
GlennRC | 6844994 | 2015-10-16 16:03:12 -0700 | [diff] [blame] | 34 | <max>1</max> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 35 | </SCALE> |
| 36 | |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 37 | <DEBUG>on</DEBUG> |
| 38 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 39 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 40 | <path>/tests/FUNC/FUNCflow/dependencies/</path> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 41 | <wrapper1>startUp</wrapper1> |
GlennRC | 1704d07 | 2015-10-07 18:40:45 -0700 | [diff] [blame] | 42 | <wrapper2>topo</wrapper2> |
GlennRC | 6844994 | 2015-10-16 16:03:12 -0700 | [diff] [blame] | 43 | <topology>topo-flow.py</topology> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 44 | </DEPENDENCY> |
| 45 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 46 | <ENV> |
| 47 | <cellName>productionCell</cellName> |
GlennRC | 6844994 | 2015-10-16 16:03:12 -0700 | [diff] [blame] | 48 | <cellApps>drivers,openflow</cellApps> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 49 | </ENV> |
| 50 | |
| 51 | <GIT> |
| 52 | <pull>False</pull> |
| 53 | <branch>master</branch> |
| 54 | </GIT> |
| 55 | |
| 56 | <CTRL> |
| 57 | <port>6653</port> |
| 58 | </CTRL> |
| 59 | |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 60 | <TEST> |
| 61 | <vlan>10</vlan> |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 62 | <mpls>22</mpls> |
| 63 | <tcpDst>40001</tcpDst> |
| 64 | <udpDst>40051</udpDst> |
alison | e14d7b0 | 2016-07-06 10:31:51 -0700 | [diff] [blame] | 65 | <sctpDst>40001</sctpDst> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 66 | <ip4Type>2048</ip4Type> |
alison | e14d7b0 | 2016-07-06 10:31:51 -0700 | [diff] [blame] | 67 | <ip6Type>34525</ip6Type> |
| 68 | <arpType>2054</arpType> |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 69 | <tcpProto>6</tcpProto> |
| 70 | <udpProto>17</udpProto> |
alison | e14d7b0 | 2016-07-06 10:31:51 -0700 | [diff] [blame] | 71 | <sctpProto>132</sctpProto> |
| 72 | <icmpProto>1</icmpProto> |
| 73 | <icmp6Proto>58</icmp6Proto> |
| 74 | <sctpProto>132</sctpProto> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 75 | <vlanType>33024</vlanType> |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 76 | <mplsType>34887</mplsType> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 77 | <swDPID>of:0000000000000001</swDPID> |
| 78 | </TEST> |
| 79 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 80 | <SLEEP> |
| 81 | <startup>15</startup> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 82 | <startMN>5</startMN> |
| 83 | <addFlow>10</addFlow> |
| 84 | <delFlow>10</delFlow> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 85 | </SLEEP> |
| 86 | |
You Wang | dafb6e2 | 2018-01-22 17:01:00 -0800 | [diff] [blame] | 87 | <SCAPY> |
| 88 | <HOSTNAMES>h1,h2,h3,h4,h5,h6</HOSTNAMES> |
| 89 | </SCAPY> |
| 90 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 91 | </PARAMS> |