blob: bfcddfcfc50ffd81f24c299270279c36a5a55019 [file] [log] [blame]
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -05001[metadata]
2name = ironic-tempest-plugin
3summary = Tempest plugin for ironic
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
8home-page = http://www.openstack.org/
9classifier =
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
19 Programming Language :: Python :: 3.3
20 Programming Language :: Python :: 3.4
21
22[files]
23packages =
24 ironic_tempest_plugin
25
Dmitry Tantsur198de642017-12-12 10:24:05 +010026[entry_points]
27tempest.test_plugins =
28 ironic_tests = ironic_tempest_plugin.plugin:IronicTempestPlugin
29
Jim Rollenhagen4f8f2292016-11-18 06:22:18 -050030[build_sphinx]
31source-dir = doc/source
32build-dir = doc/build
33all_files = 1
34
35[upload_sphinx]
36upload-dir = doc/build/html