blob: 1f83b5079ee9ce7b1d28e072f6b107e4976cbc71 [file] [log] [blame]
zhanghaoyu451c1392015-08-07 19:21:16 +08001<PARAMS>
2 # CASE - Description
3 # 1 - Compile ONOS and push it to the test machines
4 # 2 - Test ovsdb connection and tearDown
5 # 3 - Test default br-int configuration and vxlan port
6
7 <testcases>1,2,3</testcases>
8
9 <DEPENDENCY>
10 <path>/tests/FUNCovsdbtest/Dependency/</path>
11 </DEPENDENCY>
12
13 <ENV>
14 <cellName>singlenode</cellName>
15 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
16 </ENV>
17
18 <CTRL>
19 <ip1>OC1</ip1>
20 <port1>6633</port1>
21 <ovsdbport>6640</ovsdbport>
22 </CTRL>
23
24 <TIMER>
25 <delaytime>5</delaytime> #delaytime for ovsdb connection create and delete
26 </TIMER>
27
28 <HTTP>
29 <port>False</port>
30 <path>/onos/vtn</path>
31 </HTTP>
32
33 <GIT>
34 <pull>False</pull>
35 <branch>master</branch>
36 </GIT>
37
38 <OVSDB>
39 <ip1>OCN</ip1>
40 <ip2>OC1</ip2>
41 </OVSDB>
42
43</PARAMS>