6f6d3ee361
This commit enables to run `tempest list-plugins` and `tox -e py37` successfully. This makes the tempest plugin sanity job pass, too. And this commit also fixes README.rst tiny errors to pass the gate check. Also add the gate job, this can make merge patches. Co-Authored-By: zhurong <aaronzhu1121@gmail.com> Change-Id: I116c662f1a6f5489fe06841b6a3c7a7ecccfc848
49 lines
1.0 KiB
INI
49 lines
1.0 KiB
INI
[metadata]
|
|
name = cyborg-tempest-plugin
|
|
summary = OpenStack Acceleration Tempest Plugin
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
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
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
keywords =
|
|
setup
|
|
distutils
|
|
|
|
[files]
|
|
packages =
|
|
cyborg_tempest_plugin
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
cyborg_tempest_plugin = cyborg_tempest_plugin.plugin:CyborgTempestPlugin
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[wheel]
|
|
universal = 1
|