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