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 |
Jon Hall | a3e0243 | 2015-07-24 15:55:42 -0700 | [diff] [blame] | 5 | # 8 - Compare Topology |
kelvin-onlab | 5c706ff | 2015-07-20 10:56:52 -0700 | [diff] [blame] | 6 | # 9 - Report logs |
acsmars | 62acd27 | 2015-09-11 10:07:38 -0700 | [diff] [blame] | 7 | # 10 - Start Mininet with Openflow 1.0 |
| 8 | # 11 - Start Mininet with Openflow 1.3 |
kelvin-onlab | 5c706ff | 2015-07-20 10:56:52 -0700 | [diff] [blame] | 9 | # 12 - Assign switch to controller |
| 10 | # 13 - Create a data of hosts information |
| 11 | # 14 - Stop Mininet |
| 12 | # 1000 - Test host intents |
| 13 | # 2000 - Test point intents |
| 14 | # 3000 - Test single to multi point intents |
| 15 | # 4000 - Test multi to single point intents |
acsmars | 62acd27 | 2015-09-11 10:07:38 -0700 | [diff] [blame] | 16 | # 5000 - Test host mobility |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 17 | |
kelvin-onlab | 016dce2 | 2015-08-10 09:54:11 -0700 | [diff] [blame] | 18 | <testcases>1,[2,10,12,8,13,1000,2000,3000,4000,5000,14]*2,[2,11,12,8,13,1000,2000,3000,4000,5000,14]*2</testcases> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 19 | |
| 20 | <SCALE> |
kelvin-onlab | b5cfab3 | 2015-07-22 16:38:22 -0700 | [diff] [blame] | 21 | <size>1,3,1,3</size> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 22 | </SCALE> |
| 23 | |
| 24 | <DEPENDENCY> |
| 25 | <path>/tests/FUNCintent/Dependency/</path> |
| 26 | <wrapper1>startUp</wrapper1> |
| 27 | <wrapper2>FuncIntentFunction</wrapper2> |
Jon Hall | a3e0243 | 2015-07-24 15:55:42 -0700 | [diff] [blame] | 28 | <wrapper3>topo</wrapper3> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 29 | <topology>newFuncTopo.py</topology> |
| 30 | </DEPENDENCY> |
| 31 | |
| 32 | <ENV> |
| 33 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 34 | </ENV> |
| 35 | <GIT> |
| 36 | <pull>False</pull> |
| 37 | <branch>master</branch> |
| 38 | </GIT> |
| 39 | |
| 40 | <SLEEP> |
| 41 | <startup>15</startup> |
| 42 | <reroute>5</reroute> |
kelvin-onlab | 47c19ad | 2015-08-10 17:44:37 -0700 | [diff] [blame] | 43 | <removeintent>10</removeintent> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 44 | <checkintent>5</checkintent> |
kelvin-onlab | 0ad05d1 | 2015-07-23 14:21:15 -0700 | [diff] [blame] | 45 | <fwd>10</fwd> |
acsmars | 62acd27 | 2015-09-11 10:07:38 -0700 | [diff] [blame] | 46 | <topoAttempts>3</topoAttempts> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 47 | </SLEEP> |
| 48 | |
| 49 | <MININET> |
| 50 | <switch>7</switch> |
| 51 | <links>20</links> |
| 52 | </MININET> |
| 53 | |
kelvin-onlab | b769f56 | 2015-07-15 17:05:10 -0700 | [diff] [blame] | 54 | # Intent tests params |
| 55 | <SDNIP> |
| 56 | <tcpProto>6</tcpProto> |
| 57 | <icmpProto>1</icmpProto> |
kelvin-onlab | 58dc39e | 2015-08-06 08:11:09 -0700 | [diff] [blame] | 58 | <srcPort>5001</srcPort> |
| 59 | <dstPort>5001</dstPort> |
kelvin-onlab | b769f56 | 2015-07-15 17:05:10 -0700 | [diff] [blame] | 60 | </SDNIP> |
| 61 | |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 62 | </PARAMS> |