blob: 64770b67924d2eebd0ced57cdcd673267c02485e [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
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -05004description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
Dmitry Tantsura068e662017-12-21 11:14:43 +01008home-page = https://docs.openstack.org/ironic-tempest-plugin
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -05009classifier =
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
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
Dmitry Tantsura068e662017-12-21 11:14:43 +010019 Programming Language :: Python :: 3.5
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -050020
21[files]
22packages =
23 ironic_tempest_plugin
24
Dmitry Tantsur198de642017-12-12 10:24:05 +010025[entry_points]
26tempest.test_plugins =
27 ironic_tests = ironic_tempest_plugin.plugin:IronicTempestPlugin
28
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -050029[build_sphinx]
30source-dir = doc/source
31build-dir = doc/build
32all_files = 1
33
34[upload_sphinx]
35upload-dir = doc/build/html