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 |
Jeremy | 2f190ca | 2016-01-29 15:23:57 -0800 | [diff] [blame] | 5 | # 8 - Compare Topology |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 6 | # 9 - Report logs |
acsmars | 67419be | 2015-10-09 14:30:00 -0700 | [diff] [blame] | 7 | # 10 - Start Mininet with Openflow 1.0 |
| 8 | # 11 - Start Mininet with Openflow 1.3 |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 9 | # 12 - Assign switch to controller |
Jeremy | 2f190ca | 2016-01-29 15:23:57 -0800 | [diff] [blame] | 10 | # 13 - Create Scapy Components |
| 11 | # 14 - Discover all hosts and Create a dictionary of hosts information |
| 12 | # 15 - Discover hosts with scapy arping ( only discovers scapy hosts ) |
Jeremy | 42df2e7 | 2016-02-23 16:37:46 -0800 | [diff] [blame] | 13 | # 16 - Balance ownership of switches |
| 14 | # 17 - Stop Mininet |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 15 | # 1000 - Test host intents |
| 16 | # 2000 - Test point intents |
| 17 | # 3000 - Test single to multi point intents |
| 18 | # 4000 - Test multi to single point intents |
acsmars | 67419be | 2015-10-09 14:30:00 -0700 | [diff] [blame] | 19 | # 5000 - Test host mobility |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 20 | |
Jeremy | 42df2e7 | 2016-02-23 16:37:46 -0800 | [diff] [blame] | 21 | <testcases>1,[2,10,12,13,15,16,1000,2000,5000,17]*2,[2,11,12,13,15,16,1000,2000,5000,17]*2</testcases> |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 22 | |
| 23 | <SCALE> |
Jeremy | 2f190ca | 2016-01-29 15:23:57 -0800 | [diff] [blame] | 24 | <size>1,3,1,3</size> |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 25 | </SCALE> |
| 26 | |
| 27 | <DEPENDENCY> |
| 28 | <path>/tests/FUNCintentRest/Dependency/</path> |
| 29 | <wrapper1>startUp</wrapper1> |
| 30 | <wrapper2>FuncIntentFunction</wrapper2> |
| 31 | <wrapper3>topo</wrapper3> |
| 32 | <topology>newFuncTopo.py</topology> |
| 33 | </DEPENDENCY> |
| 34 | |
| 35 | <ENV> |
| 36 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 37 | </ENV> |
| 38 | <GIT> |
| 39 | <pull>False</pull> |
| 40 | <branch>master</branch> |
| 41 | </GIT> |
| 42 | |
| 43 | <SLEEP> |
| 44 | <startup>15</startup> |
| 45 | <reroute>5</reroute> |
| 46 | <checkintent>5</checkintent> |
Jeremy | 2f190ca | 2016-01-29 15:23:57 -0800 | [diff] [blame] | 47 | <removeintent>10</removeintent> |
| 48 | <fwd>10</fwd> |
| 49 | <addIntent>10</addIntent> |
| 50 | <topoAttempts>3</topoAttempts> |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 51 | </SLEEP> |
| 52 | |
| 53 | <MININET> |
| 54 | <switch>7</switch> |
| 55 | <links>20</links> |
| 56 | </MININET> |
| 57 | |
Jeremy | 2f190ca | 2016-01-29 15:23:57 -0800 | [diff] [blame] | 58 | <SCAPY> |
| 59 | <HOSTNAMES>h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12,h13,h14,h15,h16,h17,h18,h19,h20,h21,h22,h23,h24</HOSTNAMES> |
| 60 | </SCAPY> |
| 61 | |
kelvin-onlab | 4414780 | 2015-07-27 17:57:31 -0700 | [diff] [blame] | 62 | # Intent tests params |
| 63 | <SDNIP> |
| 64 | <tcpProto>6</tcpProto> |
| 65 | <icmpProto>1</icmpProto> |
| 66 | <srcPort>5001</srcPort> |
| 67 | <dstPort>5001</dstPort> |
| 68 | </SDNIP> |
| 69 | |
| 70 | </PARAMS> |