blob: 1c938ea8f781648d84c07d15d91b6d94cf873d90 [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
wangzihao0ebf5002021-05-20 14:11:54 +08004description_file =
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +01005 README.rst
6author = OpenStack
wangzihao0ebf5002021-05-20 14:11:54 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/designate-tempest-plugin/latest/
Takashi Kajinamic59d15c2024-10-24 20:57:48 +09009python_requires = >=3.8
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
inspurericzhang2f5a25a2020-05-28 11:24:44 +080021 Programming Language :: Python :: 3.8
wu.shiming701612d2022-02-16 14:53:22 +080022 Programming Language :: Python :: 3.9
Takashi Kajinamic59d15c2024-10-24 20:57:48 +090023 Programming Language :: Python :: 3.10
24 Programming Language :: Python :: 3.11
25 Programming Language :: Python :: 3.12
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010026 Topic :: Internet :: Name Service (DNS)
27
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010028[files]
29packages =
30 designate_tempest_plugin
31
32[entry_points]
33tempest.test_plugins =
34 designate = designate_tempest_plugin.plugin:DesignateTempestPlugin
35
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010036[egg_info]
37tag_build =
38tag_date = 0
39tag_svn_revision = 0