blob: e06cda06c6a9cdba7bd3eaa73cdfecbe596d7bad [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/
Takashi Kajinami8759adb2024-10-24 21:38:26 +09008python_requires = >=3.9
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
tushargite965baa4982022-02-08 13:48:12 +053018 Programming Language :: Python :: 3.9
Eric Harney8c608462023-03-09 13:58:21 -050019 Programming Language :: Python :: 3.10
Brian Rosmaita3ca0d542024-04-10 09:47:32 -040020 Programming Language :: Python :: 3.11
Takashi Kajinami8759adb2024-10-24 21:38:26 +090021 Programming Language :: Python :: 3.12
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