blob: 1ae93ad6fa942e066d9eb04f01cb68918177f630 [file] [log] [blame]
Nishant Kumar9d06ea92017-07-20 12:13:03 -04001[metadata]
Ivan Kolodyazhny43ac4dc2019-04-26 16:47:14 +03002name = cinder-tempest-plugin
Sean McGinnis44fed342017-12-01 16:44:57 -06003summary = Tempest plugin tests for Cinder.
Nishant Kumar9d06ea92017-07-20 12:13:03 -04004description-file =
5 README.rst
6author = OpenStack
melissaml79cd4a02018-12-07 21:05:38 +08007author-email = openstack-discuss@lists.openstack.org
Nishant Kumar9d06ea92017-07-20 12:13:03 -04008home-page = http://www.openstack.org/
9classifier =
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
Sean McGinnis44fed342017-12-01 16:44:57 -060019 Programming Language :: Python :: 3.5
Nishant Kumar9d06ea92017-07-20 12:13:03 -040020
21[files]
22packages =
23 cinder_tempest_plugin
24
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]
35directory = cinder_tempest_plugin/locale
36domain = cinder_tempest_plugin
37
38[update_catalog]
39domain = cinder_tempest_plugin
40output_dir = cinder_tempest_plugin/locale
41input_file = cinder_tempest_plugin/locale/cinder_tempest_plugin.pot
42
43[extract_messages]
44keywords = _ gettext ngettext l_ lazy_gettext
45mapping_file = babel.cfg
46output_file = cinder_tempest_plugin/locale/cinder_tempest_plugin.pot
47
48[entry_points]
49tempest.test_plugins =
Chandan Kumar75511e32018-01-22 12:52:00 +053050 cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin