2013-04-28 18:22:59 -07:00
|
|
|
[metadata]
|
|
|
|
name = tempest
|
|
|
|
summary = OpenStack Integration Testing
|
2021-03-18 10:38:50 +00:00
|
|
|
description_file =
|
2013-04-28 18:22:59 -07:00
|
|
|
README.rst
|
2014-02-24 19:11:41 +09:00
|
|
|
author = OpenStack
|
2021-03-18 10:38:50 +00:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/tempest/latest/
|
2022-05-28 19:00:24 -05:00
|
|
|
python_requires = >=3.8
|
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
|
2015-05-11 22:18:00 -04:00
|
|
|
Programming Language :: Python :: 3
|
2020-05-04 14:16:54 -05:00
|
|
|
Programming Language :: Python :: 3.8
|
2022-11-23 14:33:00 -06:00
|
|
|
Programming Language :: Python :: 3.9
|
2022-10-12 15:50:28 -05:00
|
|
|
Programming Language :: Python :: 3.10
|
2023-08-22 19:02:50 -07:00
|
|
|
Programming Language :: Python :: 3.11
|
2020-02-04 09:04:30 -06:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
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 =
|
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
|
2019-11-11 11:48:35 +05:30
|
|
|
subunit-describe-calls = tempest.cmd.subunit_describe_calls:TempestSubunitDescribeCalls
|
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
|