blob: cadb81b5ad9122d865626967006712cb59002b85 [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
zhanghaoyu7474d8c62015-08-26 14:53:28 +08006 # 4 - Test default openflow configuration
7 # 5 - Test default flows
8 # 6 - Configure Network Subnet Port
9 # 7 - Test host go online and ping each other
10 # 8 - Clear ovs configuration and host configuration
zhanghaoyu451c1392015-08-07 19:21:16 +080011
zhanghaoyu7474d8c62015-08-26 14:53:28 +080012 <testcases>1,3,4,2,5,6,7,8</testcases>
zhanghaoyu451c1392015-08-07 19:21:16 +080013
14 <DEPENDENCY>
15 <path>/tests/FUNCovsdbtest/Dependency/</path>
16 </DEPENDENCY>
17
18 <ENV>
19 <cellName>singlenode</cellName>
20 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
21 </ENV>
22
23 <CTRL>
24 <ip1>OC1</ip1>
25 <port1>6633</port1>
26 <ovsdbport>6640</ovsdbport>
27 </CTRL>
28
29 <TIMER>
30 <delaytime>5</delaytime> #delaytime for ovsdb connection create and delete
31 </TIMER>
32
33 <HTTP>
zhanghaoyu7474d8c62015-08-26 14:53:28 +080034 <port>8181</port>
35 <path>/onos/vtn/</path>
zhanghaoyu451c1392015-08-07 19:21:16 +080036 </HTTP>
37
38 <GIT>
39 <pull>False</pull>
40 <branch>master</branch>
41 </GIT>
42
43 <OVSDB>
44 <ip1>OCN</ip1>
45 <ip2>OC1</ip2>
46 </OVSDB>
47
48</PARAMS>