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 |
Sean McGinnis | 44fed34 | 2017-12-01 16:44:57 -0600 | [diff] [blame] | 3 | summary = Tempest plugin tests for Cinder. |
Yandong Xuan | 758074b | 2021-05-01 15:20:57 +0800 | [diff] [blame^] | 4 | description_file = |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 5 | README.rst |
| 6 | author = OpenStack |
Yandong Xuan | 758074b | 2021-05-01 15:20:57 +0800 | [diff] [blame^] | 7 | author_email = openstack-discuss@lists.openstack.org |
| 8 | home_page = http://www.openstack.org/ |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [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 |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 16 | Programming Language :: Python :: 3 |
Brian Rosmaita | e0622ed | 2020-01-16 15:15:44 -0500 | [diff] [blame] | 17 | Programming Language :: Python :: 3.6 |
| 18 | Programming Language :: Python :: 3.7 |
wu.shiming | f2ef479 | 2020-11-18 11:55:01 +0800 | [diff] [blame] | 19 | Programming Language :: Python :: 3.8 |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 20 | |
| 21 | [files] |
| 22 | packages = |
| 23 | cinder_tempest_plugin |
| 24 | |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 25 | [entry_points] |
| 26 | tempest.test_plugins = |
Chandan Kumar | 75511e3 | 2018-01-22 12:52:00 +0530 | [diff] [blame] | 27 | cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin |