blob: 97da48837beac20fc463df8c050ccb5a24cba807 [file] [log] [blame]
Marc Koderer3529ea72016-12-02 13:21:03 +01001[metadata]
2name = barbican_tempest_plugin
3summary = OpenStack barbican tempest tests.
Ghanshyam Mann826e26f2020-03-27 13:43:38 -05004long_description = file: README.rst
Marc Koderer3529ea72016-12-02 13:21:03 +01005author = OpenStack
Ghanshyam Mann826e26f2020-03-27 13:43:38 -05006author_email = openstack-dev@lists.openstack.org
7url = http://www.openstack.org/
8python_requires = >=3.6
Marc Koderer3529ea72016-12-02 13:21:03 +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
Marc Koderer3529ea72016-12-02 13:21:03 +010016 Programming Language :: Python :: 3
Ghanshyam1bf0dbb2020-01-23 17:09:48 -060017 Programming Language :: Python :: 3.6
18 Programming Language :: Python :: 3.7
wu.shiming35ffd4e2020-11-04 09:19:21 +080019 Programming Language :: Python :: 3.8
Marc Koderer3529ea72016-12-02 13:21:03 +010020
21[files]
22packages =
23 barbican_tempest_plugin
24
25[entry_points]
26tempest.test_plugins =
27 barbican_tests = barbican_tempest_plugin.plugin:BarbicanTempestPlugin