blob: 9a810bb9b63f74219027dff6fdd789652ba103a2 [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
ligenyud4ae1be2015-09-28 20:03:13 +080014 <testcases>1,2,3,4,5,6,7,8,9,10,11,12,13</testcases>
lanqinglong77124b02015-08-06 11:47:38 +080015
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080016 <GRAPH>
17 <nodeCluster>BM</nodeCluster>
18 <builds>20</builds>
19 </GRAPH>
20
lanqinglong77124b02015-08-06 11:47:38 +080021 <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 Chan029be652015-08-24 01:46:10 +080032 <port1>6653</port1>
lanqinglong77124b02015-08-06 11:47:38 +080033 </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>