Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 1 | [metadata] |
| 2 | name = telemetry_tempest_plugin |
| 3 | summary = Tempest plugin for Telemetry Projects |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
huang.zhiping | 42444f4 | 2018-12-04 11:48:14 +0000 | [diff] [blame] | 7 | author-email = openstack-discuss@lists.openstack.org |
Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 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 |
qingszhao | c960615 | 2018-09-29 21:03:05 +0800 | [diff] [blame] | 19 | Programming Language :: Python :: 3.5 |
Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 20 | |
| 21 | [files] |
| 22 | packages = |
| 23 | telemetry_tempest_plugin |
| 24 | |
| 25 | [entry_points] |
| 26 | tempest.test_plugins = |
| 27 | telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin |
| 28 | |
| 29 | [build_sphinx] |
| 30 | all-files = 1 |
| 31 | warning-is-error = 1 |
| 32 | source-dir = doc/source |
| 33 | build-dir = doc/build |
| 34 | |
| 35 | [upload_sphinx] |
| 36 | upload-dir = doc/build/html |
| 37 | |
| 38 | [compile_catalog] |
| 39 | directory = telemetry_tempest_plugin/locale |
| 40 | domain = telemetry_tempest_plugin |
| 41 | |
| 42 | [update_catalog] |
| 43 | domain = telemetry_tempest_plugin |
| 44 | output_dir = telemetry_tempest_plugin/locale |
| 45 | input_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot |
| 46 | |
| 47 | [extract_messages] |
| 48 | keywords = _ gettext ngettext l_ lazy_gettext |
| 49 | mapping_file = babel.cfg |
| 50 | output_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot |