blob: aa151743079b812267a7464fa80453d768ac5064 [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
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080014 <GRAPH>
15 <nodeCluster>VM</nodeCluster>
16 <builds>20</builds>
17 </GRAPH>
18
zhanghaoyu451c1392015-08-07 19:21:16 +080019 <DEPENDENCY>
Jon Hall53c5e662016-04-13 16:06:56 -070020 <path>/tests/FUNC/FUNCovsdbtest/dependencies/</path>
zhanghaoyu451c1392015-08-07 19:21:16 +080021 </DEPENDENCY>
22
23 <ENV>
24 <cellName>singlenode</cellName>
25 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
26 </ENV>
27
28 <CTRL>
29 <ip1>OC1</ip1>
Charles Chan029be652015-08-24 01:46:10 +080030 <port1>6653</port1>
zhanghaoyu451c1392015-08-07 19:21:16 +080031 <ovsdbport>6640</ovsdbport>
32 </CTRL>
33
34 <TIMER>
35 <delaytime>5</delaytime> #delaytime for ovsdb connection create and delete
36 </TIMER>
37
alison6acef9f2016-09-28 12:29:08 -070038 <SLEEP>
39 <startup>15</startup>
40 </SLEEP>
41
zhanghaoyu451c1392015-08-07 19:21:16 +080042 <HTTP>
zhanghaoyu7474d8c62015-08-26 14:53:28 +080043 <port>8181</port>
44 <path>/onos/vtn/</path>
zhanghaoyu451c1392015-08-07 19:21:16 +080045 </HTTP>
46
47 <GIT>
48 <pull>False</pull>
49 <branch>master</branch>
50 </GIT>
51
52 <OVSDB>
53 <ip1>OCN</ip1>
54 <ip2>OC1</ip2>
55 </OVSDB>
56
57</PARAMS>