blob: f3ae511fb208b6bbcd4a2a454d5492aa253d0dc4 [file] [log] [blame]
lanqinglong77124b02015-08-06 11:47:38 +08001<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
lanqinglonge675e922015-08-13 21:17:28 +080014 <testcases>1,2,3,4,5,6,7</testcases>
lanqinglong77124b02015-08-06 11:47:38 +080015
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 Chan029be652015-08-24 01:46:10 +080027 <port1>6653</port1>
lanqinglong77124b02015-08-06 11:47:38 +080028 </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>