lanqinglong | 77124b0 | 2015-08-06 11:47:38 +0800 | [diff] [blame] | 1 | <PARAMS> |
| 2 | # CASE - Description |
| 3 | # 1 - Variable initialization and optional pull and build ONOS package |
| 4 | # 2 - Create Network northbound test |
| 5 | # 3 - Update Network northbound test |
| 6 | # 4 - Delete Network northbound test |
| 7 | # 5 - Create Subnet northbound test |
| 8 | # 6 - Update Subnet northbound test |
| 9 | # 7 - Delete Subnet northbound test |
| 10 | # 8 - Create Virtualport northbound test |
| 11 | # 9 - Update Virtualport northbound test |
| 12 | #10 - Delete Virtualport northbound test |
| 13 | |
ligenyu | d4ae1be | 2015-09-28 20:03:13 +0800 | [diff] [blame] | 14 | <testcases>1,2,3,4,5,6,7,8,9,10,11,12,13</testcases> |
lanqinglong | 77124b0 | 2015-08-06 11:47:38 +0800 | [diff] [blame] | 15 | |
Jeremy Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 16 | <GRAPH> |
| 17 | <nodeCluster>BM</nodeCluster> |
| 18 | <builds>20</builds> |
| 19 | </GRAPH> |
| 20 | |
lanqinglong | 77124b0 | 2015-08-06 11:47:38 +0800 | [diff] [blame] | 21 | <SLEEP> |
| 22 | <startup>15</startup> |
| 23 | </SLEEP> |
| 24 | |
| 25 | <ENV> |
| 26 | <cellName>singlenode</cellName> |
| 27 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 28 | </ENV> |
| 29 | |
| 30 | <CTRL> |
| 31 | <ip1>OC1</ip1> |
Charles Chan | 029be65 | 2015-08-24 01:46:10 +0800 | [diff] [blame] | 32 | <port1>6653</port1> |
lanqinglong | 77124b0 | 2015-08-06 11:47:38 +0800 | [diff] [blame] | 33 | </CTRL> |
| 34 | |
| 35 | <HTTP> |
| 36 | <port>8181</port> |
| 37 | <path>/onos/vtn/</path> |
| 38 | </HTTP> |
| 39 | |
| 40 | <GIT> |
| 41 | <pull>False</pull> |
| 42 | <branch>master</branch> |
| 43 | </GIT> |
| 44 | |
| 45 | <MININET> |
| 46 | <switch>7</switch> |
| 47 | <links>20</links> |
| 48 | </MININET> |
| 49 | |
| 50 | </PARAMS> |