2013-04-28 18:22:59 -07:00
|
|
|
[metadata]
|
|
|
|
name = tempest
|
|
|
|
summary = OpenStack Integration Testing
|
|
|
|
description-file =
|
|
|
|
README.rst
|
2014-02-24 19:11:41 +09:00
|
|
|
author = OpenStack
|
|
|
|
author-email = openstack-dev@lists.openstack.org
|
2017-07-19 03:42:23 +00:00
|
|
|
home-page = https://docs.openstack.org/tempest/latest/
|
2013-04-28 18:22:59 -07:00
|
|
|
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 :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2015-05-11 22:18:00 -04:00
|
|
|
Programming Language :: Python :: 3
|
2016-07-14 12:27:42 +08:00
|
|
|
Programming Language :: Python :: 3.5
|
2013-04-28 18:22:59 -07:00
|
|
|
|
2015-07-06 16:05:57 -04:00
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
tempest
|
|
|
|
data_files =
|
2015-07-31 17:55:38 +01:00
|
|
|
etc/tempest = etc/*
|
2015-07-06 16:05:57 -04:00
|
|
|
|
2014-04-23 20:35:49 +00:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
verify-tempest-config = tempest.cmd.verify_tempest_config:main
|
2015-04-16 18:49:55 +03:00
|
|
|
tempest-account-generator = tempest.cmd.account_generator:main
|
2015-04-02 01:27:34 -04:00
|
|
|
tempest = tempest.cmd.main:main
|
2016-02-23 14:07:24 -05:00
|
|
|
skip-tracker = tempest.lib.cmd.skip_tracker:main
|
|
|
|
check-uuid = tempest.lib.cmd.check_uuid:run
|
2016-05-24 15:57:35 -05:00
|
|
|
subunit-describe-calls = tempest.cmd.subunit_describe_calls:entry_point
|
2015-06-30 15:32:34 -04:00
|
|
|
tempest.cm =
|
2015-12-01 15:44:14 -08:00
|
|
|
account-generator = tempest.cmd.account_generator:TempestAccountGenerator
|
2015-06-30 15:32:34 -04:00
|
|
|
init = tempest.cmd.init:TempestInit
|
2015-10-29 20:15:04 -07:00
|
|
|
cleanup = tempest.cmd.cleanup:TempestCleanup
|
2015-11-30 18:12:25 +00:00
|
|
|
list-plugins = tempest.cmd.list_plugins:TempestListPlugins
|
2015-11-18 16:12:27 -08:00
|
|
|
verify-config = tempest.cmd.verify_tempest_config:TempestVerifyConfig
|
2016-07-25 12:28:26 +09:00
|
|
|
workspace_register = tempest.cmd.workspace:TempestWorkspaceRegister
|
|
|
|
workspace_rename = tempest.cmd.workspace:TempestWorkspaceRename
|
|
|
|
workspace_move = tempest.cmd.workspace:TempestWorkspaceMove
|
|
|
|
workspace_remove = tempest.cmd.workspace:TempestWorkspaceRemove
|
|
|
|
workspace_list = tempest.cmd.workspace:TempestWorkspaceList
|
2016-05-23 15:48:22 -04:00
|
|
|
run = tempest.cmd.run:TempestRun
|
2014-08-05 18:11:29 +00:00
|
|
|
oslo.config.opts =
|
|
|
|
tempest.config = tempest.config:list_opts
|
|
|
|
|
2013-05-21 17:57:41 -04:00
|
|
|
[build_sphinx]
|
2017-03-22 12:35:10 +00:00
|
|
|
all-files = 1
|
|
|
|
warning-is-error = 1
|
2013-05-21 17:57:41 -04:00
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|
2013-11-19 10:00:26 +01:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|