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