diff options
author | 2016-01-22 10:46:57 +0800 | |
---|---|---|
committer | 2016-01-22 10:46:57 +0800 | |
commit | 0ea3b714615e7a9383048a13695bbe4d62f028fd (patch) | |
tree | 17ed17fa64b121bd5189070f46e14db336a50bd4 /vstf/setup.cfg | |
parent | c4d0a8aec1c3b883ac875e538dccde25f477c142 (diff) |
JIRA: BOTTLENECKS-29
Add a end-to-end test framework
delete the wrong author flag and fix some missing of the copy right
Change-Id: Ia9f72ff3e523f05cd0d5e32e3349a3f6acad5bd1
Signed-off-by: Yiting.Li <liyiting@huawei.com>
Diffstat (limited to 'vstf/setup.cfg')
-rw-r--r--[-rwxr-xr-x] | vstf/setup.cfg | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/vstf/setup.cfg b/vstf/setup.cfg index 662f75f4..923f9f7a 100755..100644 --- a/vstf/setup.cfg +++ b/vstf/setup.cfg @@ -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 @@ -35,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 |