Raissa Sarmento | 3dd627b | 2017-09-27 12:18:44 +0100 | [diff] [blame] | 1 | [metadata] |
| 2 | name = manila-tempest-plugin |
| 3 | summary = Tempest plugin manila-tempest-plugin |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
| 8 | home-page = http://www.openstack.org/ |
| 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 |
| 19 | Programming Language :: Python :: 3.3 |
Raissa Sarmento | 80f5fbf | 2017-10-16 14:38:36 +0100 | [diff] [blame] | 20 | Programming Language :: Python :: 3.5 |
Raissa Sarmento | 3dd627b | 2017-09-27 12:18:44 +0100 | [diff] [blame] | 21 | |
| 22 | [files] |
| 23 | packages = |
| 24 | manila_tempest_tests |
| 25 | |
| 26 | [build_sphinx] |
| 27 | all-files = 1 |
| 28 | warning-is-error = 1 |
| 29 | source-dir = doc/source |
| 30 | build-dir = doc/build |
| 31 | |
| 32 | [upload_sphinx] |
| 33 | upload-dir = doc/build/html |
| 34 | |
| 35 | [compile_catalog] |
| 36 | directory = manila_tempest_tests/locale |
| 37 | domain = manila_tempest_tests |
| 38 | |
| 39 | [update_catalog] |
| 40 | domain = manila_tempest_tests |
| 41 | output_dir = manila_tempest_tests/locale |
| 42 | input_file = manila_tempest_tests/locale/manila-tempest-plugin.pot |
| 43 | |
| 44 | [extract_messages] |
| 45 | keywords = _ gettext ngettext l_ lazy_gettext |
| 46 | mapping_file = babel.cfg |
| 47 | output_file = manila_tempest_tests/locale/manila-tempest-plugin.pot |
| 48 | |
| 49 | [entry_points] |
| 50 | tempest.test_plugins = |
| 51 | manila_tests = manila_tempest_tests.plugin:ManilaTempestPlugin |