Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 1 | [metadata] |
| 2 | name = barbican_tempest_plugin |
| 3 | summary = OpenStack barbican tempest tests. |
Ghanshyam Mann | 826e26f | 2020-03-27 13:43:38 -0500 | [diff] [blame] | 4 | long_description = file: README.rst |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 5 | author = OpenStack |
Ghanshyam Mann | 826e26f | 2020-03-27 13:43:38 -0500 | [diff] [blame] | 6 | author_email = openstack-dev@lists.openstack.org |
| 7 | url = http://www.openstack.org/ |
| 8 | python_requires = >=3.6 |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 9 | classifier = |
| 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 Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 16 | Programming Language :: Python :: 3 |
Ghanshyam | 1bf0dbb | 2020-01-23 17:09:48 -0600 | [diff] [blame] | 17 | Programming Language :: Python :: 3.6 |
| 18 | Programming Language :: Python :: 3.7 |
wu.shiming | 35ffd4e | 2020-11-04 09:19:21 +0800 | [diff] [blame] | 19 | Programming Language :: Python :: 3.8 |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 20 | |
| 21 | [files] |
| 22 | packages = |
| 23 | barbican_tempest_plugin |
| 24 | |
| 25 | [entry_points] |
| 26 | tempest.test_plugins = |
| 27 | barbican_tests = barbican_tempest_plugin.plugin:BarbicanTempestPlugin |