blob: 3f37df9b6f72d092ea3c53ca98839566685642ce [file] [log] [blame]
Nishant Kumar9d06ea92017-07-20 12:13:03 -04001[metadata]
Ivan Kolodyazhny43ac4dc2019-04-26 16:47:14 +03002name = cinder-tempest-plugin
tushargite96c540af42022-08-29 16:31:49 +05303description = Tempest plugin tests for Cinder.
4long_description = file: README.rst
Nishant Kumar9d06ea92017-07-20 12:13:03 -04005author = OpenStack
Yandong Xuan758074b2021-05-01 15:20:57 +08006author_email = openstack-discuss@lists.openstack.org
tushargite96c540af42022-08-29 16:31:49 +05307url = http://www.openstack.org/
tushargite96c70f27c2022-02-09 14:00:23 +05308python_requires = >=3.6
tushargite96c540af42022-08-29 16:31:49 +05309classifiers =
Nishant Kumar9d06ea92017-07-20 12:13:03 -040010 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
tushargite96c70f27c2022-02-09 14:00:23 +053016 Programming Language :: Python :: 3 :: Only
Nishant Kumar9d06ea92017-07-20 12:13:03 -040017 Programming Language :: Python :: 3
Brian Rosmaitae0622ed2020-01-16 15:15:44 -050018 Programming Language :: Python :: 3.6
19 Programming Language :: Python :: 3.7
wu.shimingf2ef4792020-11-18 11:55:01 +080020 Programming Language :: Python :: 3.8
tushargite965baa4982022-02-08 13:48:12 +053021 Programming Language :: Python :: 3.9
Nishant Kumar9d06ea92017-07-20 12:13:03 -040022
23[files]
24packages =
25 cinder_tempest_plugin
26
Nishant Kumar9d06ea92017-07-20 12:13:03 -040027[entry_points]
28tempest.test_plugins =
Chandan Kumar75511e32018-01-22 12:52:00 +053029 cinder_tests = cinder_tempest_plugin.plugin:CinderTempestPlugin