blob: 40a77936eebfb5a6a88e19642f7013d7d7e0bfd4 [file] [log] [blame]
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01001[metadata]
2name = manila-tempest-plugin
3summary = Tempest plugin manila-tempest-plugin
wu.shiming74d20332021-05-12 09:50:01 +08004description_file =
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01005 README.rst
6author = OpenStack
wu.shiming74d20332021-05-12 09:50:01 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/manila/latest/
Takashi Kajinami34aecbf2024-10-24 20:56:43 +09009python_requires = >=3.8
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010010classifier =
11 Environment :: OpenStack
12 Intended Audience :: Information Technology
13 Intended Audience :: System Administrators
14 License :: OSI Approved :: Apache Software License
15 Operating System :: POSIX :: Linux
16 Programming Language :: Python
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010017 Programming Language :: Python :: 3
inspurericzhang3cf113b2020-05-28 11:24:47 +080018 Programming Language :: Python :: 3.8
Takashi Kajinami34aecbf2024-10-24 20:56:43 +090019 Programming Language :: Python :: 3.9
20 Programming Language :: Python :: 3.10
21 Programming Language :: Python :: 3.11
22 Programming Language :: Python :: 3.12
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010023
24[files]
25packages =
26 manila_tempest_tests
27
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010028[entry_points]
29tempest.test_plugins =
lidong15572722018-05-08 16:23:31 +080030 manila_tests = manila_tempest_tests.plugin:ManilaTempestPlugin