-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (29 loc) · 1019 Bytes
/
Copy pathsetup.cfg
File metadata and controls
32 lines (29 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = whitebox-tempest-plugin
summary = Tempest plugin for whitebox testing. For testing things not exposed through the REST APIs.
description-file =
README.rst
long_description_content_type = text/x-rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://opendev.org/openstack/whitebox-tempest-plugin
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
whitebox_tempest_plugin
[entry_points]
tempest.test_plugins =
whitebox-tempest-plugin = whitebox_tempest_plugin.plugin:WhiteboxTempestPlugin