JIRA: BOTTLENECKS-29
[bottlenecks.git] / vstf / setup.cfg
old mode 100755 (executable)
new mode 100644 (file)
index 4dce398..923f9f7
@@ -1,14 +1,13 @@
 [metadata]
 name = vstf
-version = 2014.2.3
-summary = Open Virtual Switch Test Framework
+version = 2015.12
+summary = Virtual Switch Test Framework
 description-file = 
        README.rst
-author = OpenNFV
-author-email = openatf@huawei.com
-home-page = https://12.234.32.89/mediawiki/
+author = BottleneckGroup
+home-page = https://wiki.opnfv.org/bottlenecks
 classifier = 
-       Environment :: OpenATF
+       Environment :: VSTF
        Intended Audience :: Information Technology
        Intended Audience :: System Administrators
        License :: OSI Approved :: Apache Software License
@@ -25,8 +24,6 @@ data_files =
     etc/vstf/=
     etc/vstf/amqp=
     etc/vstf/amqp/amqp.ini
-    etc/vstf/driver=
-    etc/vstf/driver/drivertest.conf
 [global]
 setup-hooks = 
        pbr.hooks.setup_hook
@@ -37,8 +34,6 @@ console_scripts =
     vstf-agent    = vstf.agent.agent:main
     vstfadm       = vstf.controller.vstfadm:main
     vstf-settings = vstf.controller.settings.settings_input:main
-    vstf-driver   = vstf.controller.functiontest.driver.drivertest:main
-    vstf-switch   = vstf.controller.functiontest.switch.switchtest:main
 
 agent.plugins = 
     soft = vstf.agent.softagent:softAgent