blob: ff12b10c1230df060bd3662b056c63564db35f7a [file] [log] [blame]
Chandan Kumar5e619872017-09-07 22:23:55 +05301[metadata]
Brian Haley2cbb10e2018-09-13 09:20:03 -06002name = neutron-tempest-plugin
Chandan Kumar667d3d32017-09-22 12:24:06 +05303summary = Tempest plugin for Neutron Project
Chandan Kumar5e619872017-09-07 22:23:55 +05304description-file =
5 README.rst
6author = OpenStack
Vieri158ddda2018-12-04 17:58:59 +00007author-email = openstack-discuss@lists.openstack.org
caoyuand49cf7a2019-04-23 19:38:35 +08008home-page = https://opendev.org/openstack/neutron-tempest-plugin
Chandan Kumar5e619872017-09-07 22:23:55 +05309classifier =
10 Environment :: OpenStack
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 :: 3
zhangbailin4f5afdc2019-05-21 11:08:31 +080019 Programming Language :: Python :: 3.6
Chandan Kumar5e619872017-09-07 22:23:55 +053020
21[files]
22packages =
Chandan Kumar667d3d32017-09-22 12:24:06 +053023 neutron_tempest_plugin
Chandan Kumar5e619872017-09-07 22:23:55 +053024
25[build_sphinx]
26all-files = 1
27warning-is-error = 1
28source-dir = doc/source
29build-dir = doc/build
30
31[upload_sphinx]
32upload-dir = doc/build/html
33
34[compile_catalog]
Brian Haley2cbb10e2018-09-13 09:20:03 -060035directory = neutron_tempest_plugin/locale
36domain = neutron-tempest-plugin
Chandan Kumar5e619872017-09-07 22:23:55 +053037
38[update_catalog]
Brian Haley2cbb10e2018-09-13 09:20:03 -060039domain = neutron-tempest-plugin
Chandan Kumar667d3d32017-09-22 12:24:06 +053040output_dir = neutron_tempest_plugin/locale
41input_file = neutron_tempest_plugin/locale/neutron_tempest_plugin.pot
Chandan Kumar5e619872017-09-07 22:23:55 +053042
43[extract_messages]
44keywords = _ gettext ngettext l_ lazy_gettext
45mapping_file = babel.cfg
Chandan Kumar667d3d32017-09-22 12:24:06 +053046output_file = neutron_tempest_plugin/locale/neutron_tempest_plugin.pot
Chandan Kumar5e619872017-09-07 22:23:55 +053047
48[entry_points]
49tempest.test_plugins =
Chandan Kumar667d3d32017-09-22 12:24:06 +053050 neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin