kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 1 | <PARAMS> |
kelvin-onlab | 5c706ff | 2015-07-20 10:56:52 -0700 | [diff] [blame] | 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 |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 14 | |
kelvin-onlab | b769f56 | 2015-07-15 17:05:10 -0700 | [diff] [blame] | 15 | <testcases>1,2,11,12,13,1000,2000,3000,4000</testcases> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 16 | |
| 17 | <SCALE> |
| 18 | <size>1,3</size> |
| 19 | </SCALE> |
| 20 | |
| 21 | <DEPENDENCY> |
| 22 | <path>/tests/FUNCintent/Dependency/</path> |
| 23 | <wrapper1>startUp</wrapper1> |
| 24 | <wrapper2>FuncIntentFunction</wrapper2> |
| 25 | <topology>newFuncTopo.py</topology> |
| 26 | </DEPENDENCY> |
| 27 | |
| 28 | <ENV> |
| 29 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 30 | </ENV> |
| 31 | <GIT> |
| 32 | <pull>False</pull> |
| 33 | <branch>master</branch> |
| 34 | </GIT> |
| 35 | |
| 36 | <SLEEP> |
| 37 | <startup>15</startup> |
| 38 | <reroute>5</reroute> |
| 39 | <checkintent>5</checkintent> |
| 40 | </SLEEP> |
| 41 | |
| 42 | <MININET> |
| 43 | <switch>7</switch> |
| 44 | <links>20</links> |
| 45 | </MININET> |
| 46 | |
kelvin-onlab | b769f56 | 2015-07-15 17:05:10 -0700 | [diff] [blame] | 47 | # Intent tests params |
| 48 | <SDNIP> |
| 49 | <tcpProto>6</tcpProto> |
| 50 | <icmpProto>1</icmpProto> |
| 51 | <srcPort>5001</srcPort> |
| 52 | <dstPort>5001</dstPort> |
| 53 | </SDNIP> |
| 54 | |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 55 | </PARAMS> |