blob: 6960fa2984880856fc30b512e48359c6e7650dcd [file] [log] [blame]
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +01001[metadata]
2name = designate-tempest-plugin
3summary = OpenStack DNS As A Service (Designate) Functional Tests
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
8home-page = http://docs.openstack.org/developer/designate/
9classifier =
10 Environment :: OpenStack
11 Environment :: No Input/Output (Daemon)
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
17 Programming Language :: Python :: 2
18 Programming Language :: Python :: 2.7
19 Topic :: Internet :: Name Service (DNS)
20
21[global]
22setup-hooks =
23 pbr.hooks.setup_hook
24
25[files]
26packages =
27 designate_tempest_plugin
28
29[entry_points]
30tempest.test_plugins =
31 designate = designate_tempest_plugin.plugin:DesignateTempestPlugin
32
33[build_sphinx]
34all_files = 1
35build-dir = doc/build
36source-dir = doc/source
37
38[egg_info]
39tag_build =
40tag_date = 0
41tag_svn_revision = 0
42
43[wheel]
44universal = 1