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 | |
| 19 | <SCALE> |
| 20 | <size>1</size> |
| 21 | </SCALE> |
| 22 | |
| 23 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 24 | <path>/tests/FUNC/FUNCipv6Intent/dependencies/</path> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 25 | <wrapper1>startUp</wrapper1> |
| 26 | <wrapper2>FUNCIpv6IntentFunction</wrapper2> |
| 27 | <wrapper3>topo</wrapper3> |
| 28 | <topology>newFuncTopo.py</topology> |
| 29 | </DEPENDENCY> |
| 30 | |
| 31 | <ENV> |
| 32 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 33 | </ENV> |
| 34 | <GIT> |
Subhash Kumar Singh | 5ea4d30 | 2015-11-05 14:36:52 +0530 | [diff] [blame] | 35 | <pull>false</pull> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 36 | <branch>master</branch> |
| 37 | </GIT> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 38 | <SLEEP> |
| 39 | <startup>15</startup> |
| 40 | <reroute>5</reroute> |
| 41 | <removeintent>10</removeintent> |
| 42 | <checkintent>5</checkintent> |
| 43 | <fwd>10</fwd> |
| 44 | <topoAttempts>3</topoAttempts> |
| 45 | </SLEEP> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 46 | <MININET> |
| 47 | <switch>7</switch> |
| 48 | <links>20</links> |
| 49 | </MININET> |
| 50 | |
| 51 | # Intent tests params |
| 52 | <SDNIP> |
| 53 | <tcpProto>6</tcpProto> |
sathishm | ad95346 | 2015-12-03 17:42:07 +0530 | [diff] [blame] | 54 | <icmpProto>58</icmpProto> |
Subhash Kumar Singh | c73b3a7 | 2015-11-03 21:34:04 -0800 | [diff] [blame] | 55 | <srcPort>5001</srcPort> |
| 56 | <dstPort>5001</dstPort> |
| 57 | </SDNIP> |
| 58 | |
| 59 | </PARAMS> |