blob: 3ca917fa5081b4a2c8cf0be89a680264d167cf91 [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
14 <testcases>1,2,3,4</testcases>
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>
27 <port1>6633</port1>
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>