GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 1 | |
| 2 | <PARAMS> |
| 3 | # CASE - Descritpion |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 4 | # 1,2,10,1000,1100,2000,1200,2000,100 |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 5 | # 1 - Variable initialization and optional pull and build ONOS package |
| 6 | # 2 - install ONOS |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 7 | # 10 - Start mininet and verify topology |
Jon Hall | 892818c | 2015-10-20 17:58:34 -0700 | [diff] [blame] | 8 | # 66 - Testing Scapy |
Jon Hall | a510a8a | 2016-05-04 15:09:28 -0700 | [diff] [blame] | 9 | # 100 - Check logs for Errors and Warnings |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 10 | # 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 |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 16 | # 2000 - Delete flows |
| 17 | |
GlennRC | b553929 | 2015-11-13 15:14:35 -0800 | [diff] [blame] | 18 | <testcases>1,2,10,1000,2000,1100,2000,1200,2000,1300,2000,1400,2000,1500,100</testcases> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 19 | |
| 20 | <SCALE> |
GlennRC | 6844994 | 2015-10-16 16:03:12 -0700 | [diff] [blame] | 21 | <max>1</max> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 22 | </SCALE> |
| 23 | |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 24 | <DEBUG>on</DEBUG> |
| 25 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 26 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 27 | <path>/tests/FUNC/FUNCflow/dependencies/</path> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 28 | <wrapper1>startUp</wrapper1> |
GlennRC | 1704d07 | 2015-10-07 18:40:45 -0700 | [diff] [blame] | 29 | <wrapper2>topo</wrapper2> |
GlennRC | 6844994 | 2015-10-16 16:03:12 -0700 | [diff] [blame] | 30 | <topology>topo-flow.py</topology> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 31 | </DEPENDENCY> |
| 32 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 33 | <ENV> |
| 34 | <cellName>productionCell</cellName> |
GlennRC | 6844994 | 2015-10-16 16:03:12 -0700 | [diff] [blame] | 35 | <cellApps>drivers,openflow</cellApps> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 36 | </ENV> |
| 37 | |
| 38 | <GIT> |
| 39 | <pull>False</pull> |
| 40 | <branch>master</branch> |
| 41 | </GIT> |
| 42 | |
| 43 | <CTRL> |
| 44 | <port>6653</port> |
| 45 | </CTRL> |
| 46 | |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 47 | <TEST> |
| 48 | <vlan>10</vlan> |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 49 | <mpls>22</mpls> |
| 50 | <tcpDst>40001</tcpDst> |
| 51 | <udpDst>40051</udpDst> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 52 | <ip4Type>2048</ip4Type> |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 53 | <tcpProto>6</tcpProto> |
| 54 | <udpProto>17</udpProto> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 55 | <vlanType>33024</vlanType> |
GlennRC | 956ea74 | 2015-11-05 16:14:15 -0800 | [diff] [blame] | 56 | <mplsType>34887</mplsType> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 57 | <swDPID>of:0000000000000001</swDPID> |
| 58 | </TEST> |
| 59 | |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 60 | <SLEEP> |
| 61 | <startup>15</startup> |
GlennRC | 073e8bc | 2015-10-27 17:11:28 -0700 | [diff] [blame] | 62 | <startMN>5</startMN> |
| 63 | <addFlow>10</addFlow> |
| 64 | <delFlow>10</delFlow> |
GlennRC | 5147a42 | 2015-10-06 17:26:17 -0700 | [diff] [blame] | 65 | </SLEEP> |
| 66 | |
| 67 | </PARAMS> |