Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 1 | [metadata] |
Brian Haley | 2cbb10e | 2018-09-13 09:20:03 -0600 | [diff] [blame] | 2 | name = neutron-tempest-plugin |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 3 | summary = Tempest plugin for Neutron Project |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
Vieri | 158ddda | 2018-12-04 17:58:59 +0000 | [diff] [blame] | 7 | author-email = openstack-discuss@lists.openstack.org |
caoyuan | d49cf7a | 2019-04-23 19:38:35 +0800 | [diff] [blame] | 8 | home-page = https://opendev.org/openstack/neutron-tempest-plugin |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 9 | classifier = |
| 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 |
zhangbailin | 4f5afdc | 2019-05-21 11:08:31 +0800 | [diff] [blame] | 19 | Programming Language :: Python :: 3.6 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 20 | |
| 21 | [files] |
| 22 | packages = |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 23 | neutron_tempest_plugin |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 24 | |
| 25 | [build_sphinx] |
| 26 | all-files = 1 |
| 27 | warning-is-error = 1 |
| 28 | source-dir = doc/source |
| 29 | build-dir = doc/build |
| 30 | |
| 31 | [upload_sphinx] |
| 32 | upload-dir = doc/build/html |
| 33 | |
| 34 | [compile_catalog] |
Brian Haley | 2cbb10e | 2018-09-13 09:20:03 -0600 | [diff] [blame] | 35 | directory = neutron_tempest_plugin/locale |
| 36 | domain = neutron-tempest-plugin |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 37 | |
| 38 | [update_catalog] |
Brian Haley | 2cbb10e | 2018-09-13 09:20:03 -0600 | [diff] [blame] | 39 | domain = neutron-tempest-plugin |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 40 | output_dir = neutron_tempest_plugin/locale |
| 41 | input_file = neutron_tempest_plugin/locale/neutron_tempest_plugin.pot |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 42 | |
| 43 | [extract_messages] |
| 44 | keywords = _ gettext ngettext l_ lazy_gettext |
| 45 | mapping_file = babel.cfg |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 46 | output_file = neutron_tempest_plugin/locale/neutron_tempest_plugin.pot |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 47 | |
| 48 | [entry_points] |
| 49 | tempest.test_plugins = |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 50 | neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin |