aboutsummaryrefslogtreecommitdiffstats
path: root/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params
diff options
context:
space:
mode:
authorzhanghaoyu7 <zhanghaoyu7@huawei.com>2015-11-05 15:35:17 +0800
committerzhanghaoyu7 <zhanghaoyu7@huawei.com>2015-11-05 15:35:17 +0800
commitf7c4c771388c7ee9c6c18fd2796e00a1283de038 (patch)
tree681fda0389cc56d752b9dea59774c751f9d01a24 /framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params
parentc7cbe191f120a34595218621306c3db11c4f4721 (diff)
write ovsdb connection related scripts
JIRA:ONOSFW-64 1.ovsdb connection scripts Change-Id: Id51cf1eb3e7545c35ef64156b7dc7618cc69073f
Diffstat (limited to 'framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params')
-rw-r--r--framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params48
1 files changed, 48 insertions, 0 deletions
diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params b/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params
new file mode 100644
index 00000000..e1128284
--- /dev/null
+++ b/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.params
@@ -0,0 +1,48 @@
+<PARAMS>
+ # CASE - Description
+ # 1 - Compile ONOS and push it to the test machines
+ # 2 - Test ovsdb connection and tearDown
+ # 3 - Test default br-int configuration and vxlan port
+ # 4 - Test default openflow configuration
+ # 5 - Test default flows
+ # 6 - Configure Network Subnet Port
+ # 7 - Test host go online and ping each other
+ # 8 - Clear ovs configuration and host configuration
+
+ <testcases>1,3,4,2,5,6,7,8</testcases>
+
+ <DEPENDENCY>
+ <path>/tests/FUNCovsdbtest/Dependency/</path>
+ </DEPENDENCY>
+
+ <ENV>
+ <cellName>singlenode</cellName>
+ <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
+ </ENV>
+
+ <CTRL>
+ <ip1>OC1</ip1>
+ <port1>6653</port1>
+ <ovsdbport>6640</ovsdbport>
+ </CTRL>
+
+ <TIMER>
+ <delaytime>5</delaytime> #delaytime for ovsdb connection create and delete
+ </TIMER>
+
+ <HTTP>
+ <port>8181</port>
+ <path>/onos/vtn/</path>
+ </HTTP>
+
+ <GIT>
+ <pull>False</pull>
+ <branch>master</branch>
+ </GIT>
+
+ <OVSDB>
+ <ip1>OCN</ip1>
+ <ip2>OC1</ip2>
+ </OVSDB>
+
+</PARAMS>