2016-07-18 16:39:08 +02:00
|
|
|
[metadata]
|
2018-01-02 15:14:37 +00:00
|
|
|
name = whitebox-tempest-plugin
|
2020-03-30 14:37:50 -04:00
|
|
|
summary = Tempest plugin for whitebox testing. For testing things not exposed through the REST APIs.
|
2016-07-18 16:39:08 +02:00
|
|
|
description-file =
|
|
|
|
README.rst
|
2024-04-19 17:48:59 +01:00
|
|
|
long_description_content_type = text/x-rst
|
2020-03-30 14:37:50 -04:00
|
|
|
author = OpenStack
|
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
|
|
home-page = https://opendev.org/openstack/whitebox-tempest-plugin
|
2016-07-18 16:39:08 +02:00
|
|
|
classifier =
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
2020-03-30 14:37:50 -04:00
|
|
|
Intended Audience :: Developers
|
2016-07-18 16:39:08 +02:00
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2020-03-30 14:37:50 -04:00
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.8
|
2023-04-18 16:43:21 +02:00
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Programming Language :: Python :: 3.10
|
2016-07-18 16:39:08 +02:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2018-01-10 11:14:23 +00:00
|
|
|
whitebox_tempest_plugin
|
2016-07-18 16:39:08 +02:00
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
tempest.test_plugins =
|
2018-01-10 11:14:23 +00:00
|
|
|
whitebox-tempest-plugin = whitebox_tempest_plugin.plugin:WhiteboxTempestPlugin
|