Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / setup.cfg
1 [metadata]
2 name = vstf
3 version = 2014.2.3
4 summary = Open Virtual Switch Test Framework
5 description-file = 
6         README.rst
7 author = OpenNFV
8 author-email = openatf@huawei.com
9 home-page = https://12.234.32.89/mediawiki/
10 classifier = 
11         Environment :: OpenATF
12         Intended Audience :: Information Technology
13         Intended Audience :: System Administrators
14         License :: OSI Approved :: Apache Software License
15         Operating System :: POSIX :: Linux
16         Programming Language :: Python
17         Programming Language :: Python :: 2
18         Programming Language :: Python :: 2.7
19         Programming Language :: Python :: 2.6
20
21 [files]
22 packages = 
23         vstf
24 data_files = 
25     etc/vstf/=
26     etc/vstf/amqp=
27     etc/vstf/amqp/amqp.ini
28     etc/vstf/driver=
29     etc/vstf/driver/drivertest.conf
30 [global]
31 setup-hooks = 
32         pbr.hooks.setup_hook
33
34 [entry_points]
35 console_scripts = 
36     vstf-manager  = vstf.controller.api_server:main
37     vstf-agent    = vstf.agent.agent:main
38     vstfadm       = vstf.controller.vstfadm:main
39     vstf-settings = vstf.controller.settings.settings_input:main
40     vstf-driver   = vstf.controller.functiontest.driver.drivertest:main
41     vstf-switch   = vstf.controller.functiontest.switch.switchtest:main
42
43 agent.plugins = 
44     soft = vstf.agent.softagent:softAgent
45     spirent = vstf.agent.spirentagent:spirentAgent
46
47
48 spirent.model.plugins = 
49     Tnv = vstf.spirent.common.model:Tnv_Model
50     
51 perf.plugins = 
52     spirent = vstf.controller.spirent.appliance:spirentSTC
53
54 vswitch.plugins =
55         ovs = vstf.agent.env.vswitch_plugins.ovs_plugin:OvsPlugin
56         bridge = vstf.agent.env.vswitch_plugins.bridge_plugin:BridgePlugin
57
58 drivers.plugins = 
59         origin = vstf.agent.env.driver_plugins.origin_driver:OriginDriverPlugin
60
61 env_build.plugins =
62         libvirt =  vstf.agent.env.plugins.libvirt_plugin:Plugin
63         transmitter =  vstf.agent.env.plugins.tester_env_plugin:Plugin
64 [build_sphinx]
65 #all_files = 1
66 #build-dir = doc/build
67 #source-dir = doc/source
68
69 [extract_messages]
70
71 [compile_catalog]
72
73 [update_catalog]
74
75 [wheel]
76 universal = 1
77
78 [egg_info]
79 tag_build = 
80 tag_date = 0
81 tag_svn_revision = 0
82