2481c543f9
Move project into a directory matching its name. Change-Id: I26934edd049909482ccc078d88b581fa369326b4 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
30 lines
866 B
INI
30 lines
866 B
INI
[metadata]
|
|
name = whitebox-tempest-plugin
|
|
summary = Tempest plugin for whitebox testing of TripleO/Director-based OpenStack deployments
|
|
description-file =
|
|
README.rst
|
|
author = Red Hat, Inc.
|
|
author-email = rhos-ci@redhat.com
|
|
home-page = https://github.com/redhat-openstack/whitebox-tempest-plugin
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[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
|