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 |
acsmars | 67419be | 2015-10-09 14:30:00 -0700 | [diff] [blame] | 6 | # 10 - Start Mininet with Openflow 1.0 |
| 7 | # 11 - Start Mininet with Openflow 1.3 |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 8 | # 12 - Assign switch to controller |
| 9 | # 13 - Create a data of hosts information |
| 10 | # 14 - Stop Mininet |
| 11 | # 1000 - Test host intents |
| 12 | # 2000 - Test point intents |
| 13 | # 3000 - Test single to multi point intents |
| 14 | # 4000 - Test multi to single point intents |
acsmars | 67419be | 2015-10-09 14:30:00 -0700 | [diff] [blame] | 15 | # 5000 - Test host mobility |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 16 | |
acsmars | 67419be | 2015-10-09 14:30:00 -0700 | [diff] [blame] | 17 | <testcases>1,[2,10,12,13,1000,2000,14],[2,11,12,13,1000,2000,14]</testcases> |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 18 | |
| 19 | <SCALE> |
acsmars | 67419be | 2015-10-09 14:30:00 -0700 | [diff] [blame] | 20 | <size>1,1</size> |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 21 | </SCALE> |
| 22 | |
| 23 | <DEPENDENCY> |
| 24 | <path>/tests/FUNCintentRest/Dependency/</path> |
| 25 | <wrapper1>startUp</wrapper1> |
| 26 | <wrapper2>FuncIntentFunction</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> |
| 35 | <pull>False</pull> |
| 36 | <branch>master</branch> |
| 37 | </GIT> |
| 38 | |
| 39 | <SLEEP> |
| 40 | <startup>15</startup> |
| 41 | <reroute>5</reroute> |
| 42 | <checkintent>5</checkintent> |
| 43 | <fwd>5</fwd> |
kelvin-onlab | 0e68468 | 2015-08-11 18:51:41 -0700 | [diff] [blame] | 44 | <addIntent>3</addIntent> |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 45 | </SLEEP> |
| 46 | |
| 47 | <MININET> |
| 48 | <switch>7</switch> |
| 49 | <links>20</links> |
| 50 | </MININET> |
| 51 | |
| 52 | # Intent tests params |
| 53 | <SDNIP> |
| 54 | <tcpProto>6</tcpProto> |
| 55 | <icmpProto>1</icmpProto> |
| 56 | <srcPort>5001</srcPort> |
| 57 | <dstPort>5001</dstPort> |
| 58 | </SDNIP> |
| 59 | |
| 60 | </PARAMS> |