diff options
author | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-30 07:58:38 -0800 |
---|---|---|
committer | Ashlee Young <ashlee@wildernessvoice.com> | 2015-11-30 07:58:38 -0800 |
commit | 671823e12bc13be9a8b87a5d7de33da1bb7a44e8 (patch) | |
tree | cbb8f0f184a1d66b34a82da161ac8fe2b8108177 /framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo | |
parent | c5768287ef3bc0aa450d31caeb5762f66dd0dba2 (diff) |
created broader test category under scripts
Change-Id: I3b8a39b7512594ae2c9aa7ab0e59cf6e2d31f7a2
Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
Diffstat (limited to 'framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo')
-rw-r--r-- | framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo b/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo deleted file mode 100644 index ae748d2e..00000000 --- a/framework/scripts/function_test/Teston/testcases/FUNCovsdbtest/FUNCovsdbtest.topo +++ /dev/null @@ -1,60 +0,0 @@ -<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> |