Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | # CASE - Description |
| 3 | # 1 - Variable initialization and optional pull and build ONOS package |
| 4 | # 2 - Install ONOS |
sathishm | c436225 | 2016-04-20 18:29:48 +0530 | [diff] [blame] | 5 | # 11 - Start Mininet with Openflow 1.3 (Use OpenvSwitch version more than 2.3.1) |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 6 | # 12 - Assign switch to controller |
sathishm | c436225 | 2016-04-20 18:29:48 +0530 | [diff] [blame] | 7 | # 13 - Discover hosts with Mininet Pingall(proto="IPV6") |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 8 | # 14 - Stop Mininet |
sathishm | c436225 | 2016-04-20 18:29:48 +0530 | [diff] [blame] | 9 | # 16 - Balance ownership of switches |
| 10 | # 1000 - Test host intents |
Jon Hall | 439c891 | 2016-04-15 02:22:03 -0700 | [diff] [blame] | 11 | # 2000 - Test Point Intent |
| 12 | # 3000 - Test Single To Multi Point Intent |
| 13 | # 4000 - Test multi to single point intents |
| 14 | # 5000 - Test host mobility |
sathishm | c436225 | 2016-04-20 18:29:48 +0530 | [diff] [blame] | 15 | # 6000 - Test Multi Point intent End Point Failure |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 16 | |
sathishm | c436225 | 2016-04-20 18:29:48 +0530 | [diff] [blame] | 17 | <testcases>1,2,11,12,13,16,1000,2000,3000,4000,5000,6000,14</testcases> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 18 | |
Jeremy Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 19 | <GRAPH> |
| 20 | <nodeCluster>VM</nodeCluster> |
| 21 | <builds>20</builds> |
| 22 | </GRAPH> |
| 23 | |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 24 | <SCALE> |
| 25 | <size>1</size> |
| 26 | </SCALE> |
| 27 | |
| 28 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 29 | <path>/tests/FUNC/FUNCipv6Intent/dependencies/</path> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 30 | <wrapper1>startUp</wrapper1> |
| 31 | <wrapper2>FUNCIpv6IntentFunction</wrapper2> |
| 32 | <wrapper3>topo</wrapper3> |
| 33 | <topology>newFuncTopo.py</topology> |
| 34 | </DEPENDENCY> |
| 35 | |
| 36 | <ENV> |
| 37 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 38 | </ENV> |
| 39 | <GIT> |
Subhash Kumar Singh | 5ea4d30 | 2015-11-05 14:36:52 +0530 | [diff] [blame] | 40 | <pull>false</pull> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 41 | <branch>master</branch> |
| 42 | </GIT> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 43 | <SLEEP> |
| 44 | <startup>15</startup> |
| 45 | <reroute>5</reroute> |
| 46 | <removeintent>10</removeintent> |
| 47 | <checkintent>5</checkintent> |
| 48 | <fwd>10</fwd> |
| 49 | <topoAttempts>3</topoAttempts> |
| 50 | </SLEEP> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 51 | <MININET> |
| 52 | <switch>7</switch> |
| 53 | <links>20</links> |
| 54 | </MININET> |
| 55 | |
| 56 | # Intent tests params |
| 57 | <SDNIP> |
| 58 | <tcpProto>6</tcpProto> |
sathishm | ad95346 | 2015-12-03 17:42:07 +0530 | [diff] [blame] | 59 | <icmpProto>58</icmpProto> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 60 | <srcPort>5001</srcPort> |
| 61 | <dstPort>5001</dstPort> |
| 62 | </SDNIP> |
| 63 | |
| 64 | </PARAMS> |