blob: d3559478b82de2dc05be24ca444a4663de54a6b9 [file] [log] [blame]
Nishant Kumar9d06ea92017-07-20 12:13:03 -04001[metadata]
2name = cinder_tempest_plugin
3summary = It contains tempest plugin tests for Cinder.
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
8home-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
19 Programming Language :: Python :: 3.3
20 Programming Language :: Python :: 3.4
21
22[files]
23packages =
24 cinder_tempest_plugin
25
26[build_sphinx]
27all-files = 1
28warning-is-error = 1
29source-dir = doc/source
30build-dir = doc/build
31
32[upload_sphinx]
33upload-dir = doc/build/html
34
35[compile_catalog]
36directory = cinder_tempest_plugin/locale
37domain = cinder_tempest_plugin
38
39[update_catalog]
40domain = cinder_tempest_plugin
41output_dir = cinder_tempest_plugin/locale
42input_file = cinder_tempest_plugin/locale/cinder_tempest_plugin.pot
43
44[extract_messages]
45keywords = _ gettext ngettext l_ lazy_gettext
46mapping_file = babel.cfg
47output_file = cinder_tempest_plugin/locale/cinder_tempest_plugin.pot
48
49[entry_points]
50tempest.test_plugins =
51 cinder_tests = cinder.tests.tempest.plugin:CinderTempestPlugin