Kiall Mac Innes | 25fb29e | 2016-04-07 08:07:04 +0100 | [diff] [blame] | 1 | [metadata] |
| 2 | name = designate-tempest-plugin |
| 3 | summary = OpenStack DNS As A Service (Designate) Functional Tests |
wangzihao | 0ebf500 | 2021-05-20 14:11:54 +0800 | [diff] [blame] | 4 | description_file = |
Kiall Mac Innes | 25fb29e | 2016-04-07 08:07:04 +0100 | [diff] [blame] | 5 | README.rst |
| 6 | author = OpenStack |
wangzihao | 0ebf500 | 2021-05-20 14:11:54 +0800 | [diff] [blame] | 7 | author_email = openstack-discuss@lists.openstack.org |
| 8 | home_page = https://docs.openstack.org/designate-tempest-plugin/latest/ |
| 9 | python_requires = >=3.6 |
Kiall Mac Innes | 25fb29e | 2016-04-07 08:07:04 +0100 | [diff] [blame] | 10 | classifier = |
| 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 Jaeger | cc1e4ad | 2020-04-05 08:12:23 +0200 | [diff] [blame] | 18 | Programming Language :: Python :: Implementation :: CPython |
| 19 | Programming Language :: Python :: 3 :: Only |
Thomas Herve | 6583b5f | 2017-07-24 14:53:20 +0200 | [diff] [blame] | 20 | Programming Language :: Python :: 3 |
Ghanshyam | 3862c0a | 2020-01-23 17:17:45 -0600 | [diff] [blame] | 21 | Programming Language :: Python :: 3.6 |
| 22 | Programming Language :: Python :: 3.7 |
inspurericzhang | 2f5a25a | 2020-05-28 11:24:44 +0800 | [diff] [blame] | 23 | Programming Language :: Python :: 3.8 |
wu.shiming | 701612d | 2022-02-16 14:53:22 +0800 | [diff] [blame] | 24 | Programming Language :: Python :: 3.9 |
Kiall Mac Innes | 25fb29e | 2016-04-07 08:07:04 +0100 | [diff] [blame] | 25 | Topic :: Internet :: Name Service (DNS) |
| 26 | |
Kiall Mac Innes | 25fb29e | 2016-04-07 08:07:04 +0100 | [diff] [blame] | 27 | [files] |
| 28 | packages = |
| 29 | designate_tempest_plugin |
| 30 | |
| 31 | [entry_points] |
| 32 | tempest.test_plugins = |
| 33 | designate = designate_tempest_plugin.plugin:DesignateTempestPlugin |
| 34 | |
Kiall Mac Innes | 25fb29e | 2016-04-07 08:07:04 +0100 | [diff] [blame] | 35 | [egg_info] |
| 36 | tag_build = |
| 37 | tag_date = 0 |
| 38 | tag_svn_revision = 0 |