Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 1 | [metadata] |
Ivan Kolodyazhny | 43ac4dc | 2019-04-26 16:47:14 +0300 | [diff] [blame] | 2 | name = cinder-tempest-plugin |
tushargite96 | c540af4 | 2022-08-29 16:31:49 +0530 | [diff] [blame] | 3 | description = Tempest plugin tests for Cinder. |
| 4 | long_description = file: README.rst |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 5 | author = OpenStack |
Yandong Xuan | 758074b | 2021-05-01 15:20:57 +0800 | [diff] [blame] | 6 | author_email = openstack-discuss@lists.openstack.org |
tushargite96 | c540af4 | 2022-08-29 16:31:49 +0530 | [diff] [blame] | 7 | url = http://www.openstack.org/ |
tushargite96 | c70f27c | 2022-02-09 14:00:23 +0530 | [diff] [blame] | 8 | python_requires = >=3.6 |
tushargite96 | c540af4 | 2022-08-29 16:31:49 +0530 | [diff] [blame] | 9 | classifiers = |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 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 |
tushargite96 | c70f27c | 2022-02-09 14:00:23 +0530 | [diff] [blame] | 16 | Programming Language :: Python :: 3 :: Only |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 17 | Programming Language :: Python :: 3 |
Brian Rosmaita | e0622ed | 2020-01-16 15:15:44 -0500 | [diff] [blame] | 18 | Programming Language :: Python :: 3.6 |
| 19 | Programming Language :: Python :: 3.7 |
wu.shiming | f2ef479 | 2020-11-18 11:55:01 +0800 | [diff] [blame] | 20 | Programming Language :: Python :: 3.8 |
tushargite96 | 5baa498 | 2022-02-08 13:48:12 +0530 | [diff] [blame] | 21 | Programming Language :: Python :: 3.9 |
Eric Harney | 8c60846 | 2023-03-09 13:58:21 -0500 | [diff] [blame] | 22 | Programming Language :: Python :: 3.10 |
Brian Rosmaita | 3ca0d54 | 2024-04-10 09:47:32 -0400 | [diff] [blame] | 23 | Programming Language :: Python :: 3.11 |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 24 | |
| 25 | [files] |
| 26 | packages = |
| 27 | cinder_tempest_plugin |
| 28 | |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 29 | [entry_points] |
| 30 | tempest.test_plugins = |
Chandan Kumar | 75511e3 | 2018-01-22 12:52:00 +0530 | [diff] [blame] | 31 | cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin |