blob: 1ac729cc859db0eada429425e236a0c31ad3af44 [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
Ghanshyam42aac382020-02-05 15:27:04 -06009requires-python = >=3.6
Chandan Kumar5e619872017-09-07 22:23:55 +053010classifier =
11 Environment :: OpenStack
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
Chandan Kumar5e619872017-09-07 22:23:55 +053017 Programming Language :: Python :: 3
zhangbailin4f5afdc2019-05-21 11:08:31 +080018 Programming Language :: Python :: 3.6
Chandan Kumar5e619872017-09-07 22:23:55 +053019
20[files]
21packages =
Chandan Kumar667d3d32017-09-22 12:24:06 +053022 neutron_tempest_plugin
Chandan Kumar5e619872017-09-07 22:23:55 +053023
24[build_sphinx]
25all-files = 1
26warning-is-error = 1
27source-dir = doc/source
28build-dir = doc/build
29
30[upload_sphinx]
31upload-dir = doc/build/html
32
33[compile_catalog]
Brian Haley2cbb10e2018-09-13 09:20:03 -060034directory = neutron_tempest_plugin/locale
35domain = neutron-tempest-plugin
Chandan Kumar5e619872017-09-07 22:23:55 +053036
37[update_catalog]
Brian Haley2cbb10e2018-09-13 09:20:03 -060038domain = neutron-tempest-plugin
Chandan Kumar667d3d32017-09-22 12:24:06 +053039output_dir = neutron_tempest_plugin/locale
40input_file = neutron_tempest_plugin/locale/neutron_tempest_plugin.pot
Chandan Kumar5e619872017-09-07 22:23:55 +053041
42[extract_messages]
43keywords = _ gettext ngettext l_ lazy_gettext
44mapping_file = babel.cfg
Chandan Kumar667d3d32017-09-22 12:24:06 +053045output_file = neutron_tempest_plugin/locale/neutron_tempest_plugin.pot
Chandan Kumar5e619872017-09-07 22:23:55 +053046
47[entry_points]
48tempest.test_plugins =
Chandan Kumar667d3d32017-09-22 12:24:06 +053049 neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin