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. |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
melissaml | 79cd4a0 | 2018-12-07 21:05:38 +0800 | [diff] [blame] | 7 | author-email = openstack-discuss@lists.openstack.org |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 8 | home-page = http://www.openstack.org/ |
| 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 |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 19 | |
| 20 | [files] |
| 21 | packages = |
| 22 | cinder_tempest_plugin |
| 23 | |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 24 | [entry_points] |
| 25 | tempest.test_plugins = |
Chandan Kumar | 75511e3 | 2018-01-22 12:52:00 +0530 | [diff] [blame] | 26 | cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin |