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/ |
Ghanshyam Mann | f29e5ff | 2024-10-24 12:10:57 -0700 | [diff] [blame^] | 8 | python_requires = >=3.9 |
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 |
dengzhaosen | f2bb985 | 2021-12-22 11:13:14 +0800 | [diff] [blame] | 17 | Programming Language :: Python :: 3.9 |
Ghanshyam Mann | 2824540 | 2024-01-03 21:15:51 -0800 | [diff] [blame] | 18 | Programming Language :: Python :: 3.10 |
| 19 | Programming Language :: Python :: 3.11 |
Ghanshyam Mann | f29e5ff | 2024-10-24 12:10:57 -0700 | [diff] [blame^] | 20 | Programming Language :: Python :: 3.12 |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 21 | |
| 22 | [files] |
| 23 | packages = |
| 24 | barbican_tempest_plugin |
| 25 | |
| 26 | [entry_points] |
| 27 | tempest.test_plugins = |
| 28 | barbican_tests = barbican_tempest_plugin.plugin:BarbicanTempestPlugin |