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
|
2016-02-05 18:32:32 +08:00
|
|
|
home-page = http://docs.openstack.org/developer/tempest/
|
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
|
|
|
|
Programming Language :: Python :: 3.4
|
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
|
2014-05-29 09:00:22 -04:00
|
|
|
javelin2 = tempest.cmd.javelin:main
|
2014-05-07 01:04:17 -04:00
|
|
|
run-tempest-stress = tempest.cmd.run_stress:main
|
2014-09-18 01:07:01 -04:00
|
|
|
tempest-cleanup = tempest.cmd.cleanup: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
|
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-10-30 12:18:58 +09:00
|
|
|
run-stress = tempest.cmd.run_stress:TempestRunStress
|
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-02-23 14:53:52 -05:00
|
|
|
workspace = tempest.cmd.workspace:TempestWorkspace
|
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]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|
2013-11-19 10:00:26 +01:00
|
|
|
|
2015-08-24 15:05:01 -04:00
|
|
|
[pbr]
|
|
|
|
warnerrors = True
|
|
|
|
|
2013-11-19 10:00:26 +01:00
|
|
|
[wheel]
|
|
|
|
universal = 1
|