aboutsummaryrefslogtreecommitdiffstats
path: root/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo
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.topo
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.topo')
-rw-r--r--framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo60
1 files changed, 60 insertions, 0 deletions
diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo b/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo
new file mode 100644
index 00000000..ae748d2e
--- /dev/null
+++ b/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo
@@ -0,0 +1,60 @@
+<TOPOLOGY>
+ <COMPONENT>
+
+ <ONOSbench>
+ <host>OCN</host>
+ <user>admin</user>
+ <password></password>
+ <type>OnosDriver</type>
+ <connect_order>1</connect_order>
+ <COMPONENTS>
+ </COMPONENTS>
+ </ONOSbench>
+
+ <ONOScli1>
+ <host>OCN</host>
+ <user>admin</user>
+ <password></password>
+ <type>OnosCliDriver</type>
+ <connect_order>2</connect_order>
+ <COMPONENTS> </COMPONENTS>
+ </ONOScli1>
+
+ <ONOS1>
+ <host>OC1</host>
+ <user>sdn</user>
+ <password></password>
+ <type>OnosDriver</type>
+ <connect_order>3</connect_order>
+ <COMPONENTS> </COMPONENTS>
+ </ONOS1>
+
+ <ONOSrest>
+ <host>OC1</host>
+ <user>sdn</user>
+ <password></password>
+ <type>OnosRestDriver</type>
+ <connect_order>4</connect_order>
+ <COMPONENTS> </COMPONENTS>
+ </ONOSrest>
+
+ <OVSDB1>
+ <host>OCN</host>
+ <user>admin</user>
+ <password></password>
+ <type>OvsdbDriver</type>
+ <connect_order>5</connect_order>
+ <COMPONENTS> </COMPONENTS>
+ </OVSDB1>
+
+ <OVSDB2>
+ <host>OC1</host>
+ <user>sdn</user>
+ <password></password>
+ <type>OvsdbDriver</type>
+ <connect_order>6</connect_order>
+ <COMPONENTS> </COMPONENTS>
+ </OVSDB2>
+
+ </COMPONENT>
+</TOPOLOGY>