blob: 7d2ca943a1511224d14658f15c1d247b25790b9e [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
LeopardMa02fca4d2018-12-04 02:04:24 -05007author-email = openstack-discuss@lists.openstack.org
ShangXiao7a68f732018-03-14 00:52:53 -07008home-page = https://docs.openstack.org/designate-tempest-plugin/latest/
Andreas Jaegercc1e4ad2020-04-05 08:12:23 +02009python-requires = >=3.6
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010010classifier =
11 Environment :: OpenStack
12 Environment :: No Input/Output (Daemon)
13 Intended Audience :: Information Technology
14 Intended Audience :: System Administrators
15 License :: OSI Approved :: Apache Software License
16 Operating System :: POSIX :: Linux
17 Programming Language :: Python
Andreas Jaegercc1e4ad2020-04-05 08:12:23 +020018 Programming Language :: Python :: Implementation :: CPython
19 Programming Language :: Python :: 3 :: Only
Thomas Herve6583b5f2017-07-24 14:53:20 +020020 Programming Language :: Python :: 3
Ghanshyam3862c0a2020-01-23 17:17:45 -060021 Programming Language :: Python :: 3.6
22 Programming Language :: Python :: 3.7
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010023 Topic :: Internet :: Name Service (DNS)
24
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010025[files]
26packages =
27 designate_tempest_plugin
28
29[entry_points]
30tempest.test_plugins =
31 designate = designate_tempest_plugin.plugin:DesignateTempestPlugin
32
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010033[egg_info]
34tag_build =
35tag_date = 0
36tag_svn_revision = 0