blob: dba74d1246e7913516199d1f4cf6709eb2d402a4 [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>
Jon Hall53c5e662016-04-13 16:06:56 -070015 <path>/tests/FUNC/FUNCovsdbtest/dependencies/</path>
zhanghaoyu451c1392015-08-07 19:21:16 +080016 </DEPENDENCY>
17
18 <ENV>
19 <cellName>singlenode</cellName>
20 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
21 </ENV>
22
23 <CTRL>
24 <ip1>OC1</ip1>
Charles Chan029be652015-08-24 01:46:10 +080025 <port1>6653</port1>
zhanghaoyu451c1392015-08-07 19:21:16 +080026 <ovsdbport>6640</ovsdbport>
27 </CTRL>
28
29 <TIMER>
30 <delaytime>5</delaytime> #delaytime for ovsdb connection create and delete
31 </TIMER>
32
alison6acef9f2016-09-28 12:29:08 -070033 <SLEEP>
34 <startup>15</startup>
35 </SLEEP>
36
zhanghaoyu451c1392015-08-07 19:21:16 +080037 <HTTP>
zhanghaoyu7474d8c62015-08-26 14:53:28 +080038 <port>8181</port>
39 <path>/onos/vtn/</path>
zhanghaoyu451c1392015-08-07 19:21:16 +080040 </HTTP>
41
42 <GIT>
43 <pull>False</pull>
44 <branch>master</branch>
45 </GIT>
46
47 <OVSDB>
48 <ip1>OCN</ip1>
49 <ip2>OC1</ip2>
50 </OVSDB>
51
52</PARAMS>