blob: 3b246b56966cfc2305368d816aaef12f05005832 [file] [log] [blame]
Nishant Kumar9d06ea92017-07-20 12:13:03 -04001[metadata]
Ivan Kolodyazhny43ac4dc2019-04-26 16:47:14 +03002name = cinder-tempest-plugin
Sean McGinnis44fed342017-12-01 16:44:57 -06003summary = Tempest plugin tests for Cinder.
Yandong Xuan758074b2021-05-01 15:20:57 +08004description_file =
Nishant Kumar9d06ea92017-07-20 12:13:03 -04005 README.rst
6author = OpenStack
Yandong Xuan758074b2021-05-01 15:20:57 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = http://www.openstack.org/
tushargite96c70f27c2022-02-09 14:00:23 +05309python_requires = >=3.6
Nishant Kumar9d06ea92017-07-20 12:13:03 -040010classifier =
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
tushargite96c70f27c2022-02-09 14:00:23 +053017 Programming Language :: Python :: 3 :: Only
Nishant Kumar9d06ea92017-07-20 12:13:03 -040018 Programming Language :: Python :: 3
Brian Rosmaitae0622ed2020-01-16 15:15:44 -050019 Programming Language :: Python :: 3.6
20 Programming Language :: Python :: 3.7
wu.shimingf2ef4792020-11-18 11:55:01 +080021 Programming Language :: Python :: 3.8
tushargite965baa4982022-02-08 13:48:12 +053022 Programming Language :: Python :: 3.9
Nishant Kumar9d06ea92017-07-20 12:13:03 -040023
24[files]
25packages =
26 cinder_tempest_plugin
27
Nishant Kumar9d06ea92017-07-20 12:13:03 -040028[entry_points]
29tempest.test_plugins =
Chandan Kumar75511e32018-01-22 12:52:00 +053030 cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin