acsmars | 51a7fe0 | 2015-10-29 18:33:32 -0700 | [diff] [blame] | 1 | <PARAMS> |
| 2 | # CASE - Description |
| 3 | # 1 - Variable initialization and optional pull and build ONOS package |
| 4 | # 2 - Install ONOS |
| 5 | # 10 - Start Mininet opticalTest Topology |
| 6 | # 14 - Stop Mininet |
| 7 | # 21 - Run pingall to discover all hosts |
| 8 | # 22 - Send arpings to discover all hosts |
| 9 | # 23 - Compare ONOS Topology to Mininet Topology |
| 10 | # 31 - Add and test bidirectional point intents |
| 11 | # 32 - Add and test bidirectional host intents |
| 12 | |
| 13 | <testcases>1,2,10,21,22,23,31,32,14,2,10,21,22,23,31,32,14</testcases> |
| 14 | |
| 15 | <SCALE> |
| 16 | <size>1,3</size> |
| 17 | </SCALE> |
| 18 | |
| 19 | <DEPENDENCY> |
| 20 | <path>/tests/FUNCoptical/Dependency/</path> |
| 21 | <wrapper1>startUp</wrapper1> |
| 22 | <wrapper2>FuncIntentFunction</wrapper2> |
| 23 | <wrapper3>topo</wrapper3> |
| 24 | </DEPENDENCY> |
| 25 | |
| 26 | <ENV> |
| 27 | <cellApps>drivers,openflow,proxyarp,mobility,optical,fwd</cellApps> |
| 28 | </ENV> |
| 29 | <GIT> |
| 30 | <pull>False</pull> |
| 31 | <branch>master</branch> |
| 32 | </GIT> |
| 33 | |
| 34 | <SLEEP> |
| 35 | <startup>15</startup> |
| 36 | <reroute>5</reroute> |
| 37 | <removeintent>10</removeintent> |
| 38 | <checkintent>5</checkintent> |
| 39 | <fwd>10</fwd> |
| 40 | <topoAttempts>3</topoAttempts> |
| 41 | </SLEEP> |
| 42 | |
| 43 | <MININET> |
| 44 | <switch>7</switch> |
| 45 | <links>20</links> |
| 46 | </MININET> |
| 47 | |
| 48 | # Intent tests params |
| 49 | <SDNIP> |
| 50 | <tcpProto>6</tcpProto> |
| 51 | <icmpProto>1</icmpProto> |
| 52 | <srcPort>5001</srcPort> |
| 53 | <dstPort>5001</dstPort> |
| 54 | </SDNIP> |
| 55 | |
| 56 | </PARAMS> |