blob: 1bbfef0a95e393529b1e2f930edad5cc669ae657 [file] [log] [blame]
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01001[metadata]
2name = manila-tempest-plugin
3summary = Tempest plugin manila-tempest-plugin
4description-file =
5 README.rst
6author = OpenStack
Vieri97670ca2018-12-04 19:12:24 +00007author-email = openstack-discuss@lists.openstack.org
inspurericzhangd83f9702018-10-29 16:22:42 +08008home-page = https://docs.openstack.org/manila/latest/
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01009classifier =
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
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010016 Programming Language :: Python :: 3
17 Programming Language :: Python :: 3.3
Raissa Sarmento80f5fbf2017-10-16 14:38:36 +010018 Programming Language :: Python :: 3.5
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010019
20[files]
21packages =
22 manila_tempest_tests
23
24[build_sphinx]
25all-files = 1
26warning-is-error = 1
27source-dir = doc/source
28build-dir = doc/build
29
30[upload_sphinx]
31upload-dir = doc/build/html
32
33[compile_catalog]
34directory = manila_tempest_tests/locale
35domain = manila_tempest_tests
36
37[update_catalog]
38domain = manila_tempest_tests
39output_dir = manila_tempest_tests/locale
40input_file = manila_tempest_tests/locale/manila-tempest-plugin.pot
41
42[extract_messages]
43keywords = _ gettext ngettext l_ lazy_gettext
44mapping_file = babel.cfg
45output_file = manila_tempest_tests/locale/manila-tempest-plugin.pot
46
47[entry_points]
48tempest.test_plugins =
lidong15572722018-05-08 16:23:31 +080049 manila_tests = manila_tempest_tests.plugin:ManilaTempestPlugin