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