JIRA: BOTTLENECKS-29
[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 [global]
29 setup-hooks = 
30         pbr.hooks.setup_hook
31
32 [entry_points]
33 console_scripts = 
34     vstf-manager  = vstf.controller.api_server:main
35     vstf-agent    = vstf.agent.agent:main
36     vstfadm       = vstf.controller.vstfadm:main
37     vstf-settings = vstf.controller.settings.settings_input:main
38     vstf-driver   = vstf.controller.functiontest.driver.drivertest:main
39     vstf-switch   = vstf.controller.functiontest.switch.switchtest:main
40
41 agent.plugins = 
42     soft = vstf.agent.softagent:softAgent
43     spirent = vstf.agent.spirentagent:spirentAgent
44
45
46 spirent.model.plugins = 
47     Tnv = vstf.spirent.common.model:Tnv_Model
48     
49 perf.plugins = 
50     spirent = vstf.controller.spirent.appliance:spirentSTC
51
52 vswitch.plugins =
53         ovs = vstf.agent.env.vswitch_plugins.ovs_plugin:OvsPlugin
54         bridge = vstf.agent.env.vswitch_plugins.bridge_plugin:BridgePlugin
55
56 drivers.plugins = 
57         origin = vstf.agent.env.driver_plugins.origin_driver:OriginDriverPlugin
58
59 env_build.plugins =
60         libvirt =  vstf.agent.env.plugins.libvirt_plugin:Plugin
61         transmitter =  vstf.agent.env.plugins.tester_env_plugin:Plugin
62 [build_sphinx]
63 #all_files = 1
64 #build-dir = doc/build
65 #source-dir = doc/source
66
67 [extract_messages]
68
69 [compile_catalog]
70
71 [update_catalog]
72
73 [wheel]
74 universal = 1
75
76 [egg_info]
77 tag_build = 
78 tag_date = 0
79 tag_svn_revision = 0
80