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. |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
| 8 | home-page = http://www.openstack.org/ |
Ghanshyam | 1bf0dbb | 2020-01-23 17:09:48 -0600 | [diff] [blame] | 9 | requires-python = >=3.6 |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 10 | classifier = |
| 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 |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 17 | Programming Language :: Python :: 3 |
Ghanshyam | 1bf0dbb | 2020-01-23 17:09:48 -0600 | [diff] [blame] | 18 | Programming Language :: Python :: 3.6 |
| 19 | Programming Language :: Python :: 3.7 |
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 |