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 |
| 5 | # 11 - Start Mininet with Openflow 1.3 |
| 6 | # 12 - Assign switch to controller |
| 7 | # 14 - Stop Mininet |
| 8 | |
| 9 | <testcases>1,2,11,12,14</testcases> |
| 10 | |
| 11 | <SCALE> |
| 12 | <size>1</size> |
| 13 | </SCALE> |
| 14 | |
| 15 | <DEPENDENCY> |
| 16 | <path>/tests/FUNCipv6Intent/Dependency/</path> |
| 17 | <wrapper1>startUp</wrapper1> |
| 18 | <wrapper2>FUNCIpv6IntentFunction</wrapper2> |
| 19 | <wrapper3>topo</wrapper3> |
| 20 | <topology>newFuncTopo.py</topology> |
| 21 | </DEPENDENCY> |
| 22 | |
| 23 | <ENV> |
| 24 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 25 | </ENV> |
| 26 | <GIT> |
| 27 | <pull>true</pull> |
| 28 | <branch>master</branch> |
| 29 | </GIT> |
| 30 | |
| 31 | <SLEEP> |
| 32 | <startup>15</startup> |
| 33 | <reroute>5</reroute> |
| 34 | <removeintent>10</removeintent> |
| 35 | <checkintent>5</checkintent> |
| 36 | <fwd>10</fwd> |
| 37 | <topoAttempts>3</topoAttempts> |
| 38 | </SLEEP> |
| 39 | |
| 40 | <MININET> |
| 41 | <switch>7</switch> |
| 42 | <links>20</links> |
| 43 | </MININET> |
| 44 | |
| 45 | # Intent tests params |
| 46 | <SDNIP> |
| 47 | <tcpProto>6</tcpProto> |
| 48 | <icmpProto>1</icmpProto> |
| 49 | <srcPort>5001</srcPort> |
| 50 | <dstPort>5001</dstPort> |
| 51 | </SDNIP> |
| 52 | |
| 53 | </PARAMS> |