kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 1 | <PARAMS> |
| 2 | # CASE - Description |
| 3 | # 1 - Variable initialization and optional pull and build ONOS package |
| 4 | # 2 - Install ONOS |
| 5 | # 9 - Report logs |
| 6 | # 11 - Start Mininet |
| 7 | # 12 - Assign switch to controller |
| 8 | # 13 - Create a data of hosts information |
| 9 | # 14 - Stop Mininet |
| 10 | # 1000 - Test host intents |
| 11 | # 2000 - Test point intents |
| 12 | # 3000 - Test single to multi point intents |
| 13 | # 4000 - Test multi to single point intents |
| 14 | |
| 15 | <testcases>1,2,10,12,13,1000,2000</testcases> |
| 16 | |
| 17 | <SCALE> |
| 18 | <size>1,3</size> |
| 19 | </SCALE> |
| 20 | |
| 21 | <DEPENDENCY> |
| 22 | <path>/tests/FUNCintentRest/Dependency/</path> |
| 23 | <wrapper1>startUp</wrapper1> |
| 24 | <wrapper2>FuncIntentFunction</wrapper2> |
| 25 | <wrapper3>topo</wrapper3> |
| 26 | <topology>newFuncTopo.py</topology> |
| 27 | </DEPENDENCY> |
| 28 | |
| 29 | <ENV> |
| 30 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 31 | </ENV> |
| 32 | <GIT> |
| 33 | <pull>False</pull> |
| 34 | <branch>master</branch> |
| 35 | </GIT> |
| 36 | |
| 37 | <SLEEP> |
| 38 | <startup>15</startup> |
| 39 | <reroute>5</reroute> |
| 40 | <checkintent>5</checkintent> |
| 41 | <fwd>5</fwd> |
kelvin-onlab | 0e68468 | 2015-08-11 18:51:41 -0700 | [diff] [blame] | 42 | <addIntent>3</addIntent> |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 43 | </SLEEP> |
| 44 | |
| 45 | <MININET> |
| 46 | <switch>7</switch> |
| 47 | <links>20</links> |
| 48 | </MININET> |
| 49 | |
| 50 | # Intent tests params |
| 51 | <SDNIP> |
| 52 | <tcpProto>6</tcpProto> |
| 53 | <icmpProto>1</icmpProto> |
| 54 | <srcPort>5001</srcPort> |
| 55 | <dstPort>5001</dstPort> |
| 56 | </SDNIP> |
| 57 | |
| 58 | </PARAMS> |