blob: c1cb2cf2f732ae3bf9b1c7050f0abc3e0497c573 [file] [log] [blame]
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -05001[metadata]
2name = ironic-tempest-plugin
Dmitry Tantsura068e662017-12-21 11:14:43 +01003summary = Tempest plugin for ironic and ironic-inspector
XinxinShen12236ec2021-05-04 16:49:05 +08004description_file =
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -05005 README.rst
6author = OpenStack
XinxinShen12236ec2021-05-04 16:49:05 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/ironic-tempest-plugin/latest/
Takashi Kajinami84f21422024-10-24 20:50:00 +09009python_requires = >=3.9
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -050010classifier =
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
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -050017 Programming Language :: Python :: 3
Riccardo Pittau3d2de822021-12-14 09:26:01 +010018 Programming Language :: Python :: 3.9
Takashi Kajinami84f21422024-10-24 20:50:00 +090019 Programming Language :: Python :: 3.10
20 Programming Language :: Python :: 3.11
21 Programming Language :: Python :: 3.12
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -050022
23[files]
24packages =
25 ironic_tempest_plugin
26
Dmitry Tantsur198de642017-12-12 10:24:05 +010027[entry_points]
28tempest.test_plugins =
29 ironic_tests = ironic_tempest_plugin.plugin:IronicTempestPlugin