summaryrefslogtreecommitdiffstats
path: root/testsuites/vstf/vstf_scripts/setup.cfg
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-05-08 09:04:32 +0000
committerliyin <liyin11@huawei.com>2017-05-10 11:16:02 +0000
commit6a8257127b3dce1f18a650afe6921a34b6c6f5b8 (patch)
treebfb2d60c1ce3f6688b92e5787818f222d620f52e /testsuites/vstf/vstf_scripts/setup.cfg
parent2d9642a33a6a58f53aceba4ff3d6242f191f25f0 (diff)
Delete testcase of rubbos and vstf.
JIRA:BOTTLENECK-167 This patch will delete vstf and rubbos testcase code. Include some testcase config file, if there will be someone who want to use this testcase maybe B or C version code will contain those testcase. if you use the D version code to run this two testcase we will info you that: Rubbos testsuite is not updating anymore. This entrance for running Rubbos within Bottlenecks is no longer supported. Change-Id: I04e4042ff3998b3696df2ed47a9ffab6f1620ec3 Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'testsuites/vstf/vstf_scripts/setup.cfg')
-rw-r--r--testsuites/vstf/vstf_scripts/setup.cfg77
1 files changed, 0 insertions, 77 deletions
diff --git a/testsuites/vstf/vstf_scripts/setup.cfg b/testsuites/vstf/vstf_scripts/setup.cfg
deleted file mode 100644
index 923f9f7a..00000000
--- a/testsuites/vstf/vstf_scripts/setup.cfg
+++ /dev/null
@@ -1,77 +0,0 @@
-[metadata]
-name = vstf
-version = 2015.12
-summary = Virtual Switch Test Framework
-description-file =
- README.rst
-author = BottleneckGroup
-home-page = https://wiki.opnfv.org/bottlenecks
-classifier =
- Environment :: VSTF
- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- License :: OSI Approved :: Apache Software License
- Operating System :: POSIX :: Linux
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 2.6
-
-[files]
-packages =
- vstf
-data_files =
- etc/vstf/=
- etc/vstf/amqp=
- etc/vstf/amqp/amqp.ini
-[global]
-setup-hooks =
- pbr.hooks.setup_hook
-
-[entry_points]
-console_scripts =
- vstf-manager = vstf.controller.api_server:main
- vstf-agent = vstf.agent.agent:main
- vstfadm = vstf.controller.vstfadm:main
- vstf-settings = vstf.controller.settings.settings_input:main
-
-agent.plugins =
- soft = vstf.agent.softagent:softAgent
- spirent = vstf.agent.spirentagent:spirentAgent
-
-
-spirent.model.plugins =
- Tnv = vstf.spirent.common.model:Tnv_Model
-
-perf.plugins =
- spirent = vstf.controller.spirent.appliance:spirentSTC
-
-vswitch.plugins =
- ovs = vstf.agent.env.vswitch_plugins.ovs_plugin:OvsPlugin
- bridge = vstf.agent.env.vswitch_plugins.bridge_plugin:BridgePlugin
-
-drivers.plugins =
- origin = vstf.agent.env.driver_plugins.origin_driver:OriginDriverPlugin
-
-env_build.plugins =
- libvirt = vstf.agent.env.plugins.libvirt_plugin:Plugin
- transmitter = vstf.agent.env.plugins.tester_env_plugin:Plugin
-[build_sphinx]
-#all_files = 1
-#build-dir = doc/build
-#source-dir = doc/source
-
-[extract_messages]
-
-[compile_catalog]
-
-[update_catalog]
-
-[wheel]
-universal = 1
-
-[egg_info]
-tag_build =
-tag_date = 0
-tag_svn_revision = 0
-