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 | |
| 16 | <SLEEP> |
| 17 | <startup>15</startup> |
| 18 | </SLEEP> |
| 19 | |
| 20 | <ENV> |
| 21 | <cellName>singlenode</cellName> |
| 22 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 23 | </ENV> |
| 24 | |
| 25 | <CTRL> |
| 26 | <ip1>OC1</ip1> |
Charles Chan | 029be65 | 2015-08-24 01:46:10 +0800 | [diff] [blame] | 27 | <port1>6653</port1> |
lanqinglong | 77124b0 | 2015-08-06 11:47:38 +0800 | [diff] [blame] | 28 | </CTRL> |
| 29 | |
| 30 | <HTTP> |
| 31 | <port>8181</port> |
| 32 | <path>/onos/vtn/</path> |
| 33 | </HTTP> |
| 34 | |
| 35 | <GIT> |
| 36 | <pull>False</pull> |
| 37 | <branch>master</branch> |
| 38 | </GIT> |
| 39 | |
| 40 | <MININET> |
| 41 | <switch>7</switch> |
| 42 | <links>20</links> |
| 43 | </MININET> |
| 44 | |
| 45 | </PARAMS> |