blob: 67555f4f7c66be5d99570f2c2b16da2b44569b4d [file] [log] [blame]
Monty Taylor64375012013-04-28 18:22:59 -07001[metadata]
2name = tempest
Monty Taylor64375012013-04-28 18:22:59 -07003summary = OpenStack Integration Testing
Stephen Finucanea298fdf2021-03-18 10:38:50 +00004description_file =
Monty Taylor64375012013-04-28 18:22:59 -07005 README.rst
Masayuki Igawacde02862014-02-24 19:11:41 +09006author = OpenStack
Stephen Finucanea298fdf2021-03-18 10:38:50 +00007author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/tempest/latest/
Monty Taylor64375012013-04-28 18:22:59 -07009classifier =
10 Intended Audience :: Information Technology
11 Intended Audience :: System Administrators
12 Intended Audience :: Developers
13 License :: OSI Approved :: Apache Software License
14 Operating System :: POSIX :: Linux
15 Programming Language :: Python
Matthew Treinish3460aaa2015-05-11 22:18:00 -040016 Programming Language :: Python :: 3
Ghanshyam Mann25c441c2022-11-23 14:33:00 -060017 Programming Language :: Python :: 3.9
Ghanshyam Mann24a3a362022-10-12 15:50:28 -050018 Programming Language :: Python :: 3.10
Ghanshyam Mann28336ec2023-08-22 19:02:50 -070019 Programming Language :: Python :: 3.11
Ghanshyam Mann7f3030c2024-10-01 18:29:10 -070020 Programming Language :: Python :: 3.12
Ghanshyam Mann551e8d72020-02-04 09:04:30 -060021 Programming Language :: Python :: 3 :: Only
22 Programming Language :: Python :: Implementation :: CPython
Monty Taylor64375012013-04-28 18:22:59 -070023
Matthew Treinishd450a192015-07-06 16:05:57 -040024[files]
25packages =
26 tempest
27data_files =
Andrea Frittoli (andreaf)871f5da2015-07-31 17:55:38 +010028 etc/tempest = etc/*
Matthew Treinishd450a192015-07-06 16:05:57 -040029
Matthew Treinishf8b816a2014-04-23 20:35:49 +000030[entry_points]
31console_scripts =
David Paterson4af1d022015-04-02 01:27:34 -040032 tempest = tempest.cmd.main:main
Andrea Frittoli (andreaf)db9672e2016-02-23 14:07:24 -050033 skip-tracker = tempest.lib.cmd.skip_tracker:main
34 check-uuid = tempest.lib.cmd.check_uuid:run
Stephen Lowriec8548fc2016-05-24 15:57:35 -050035 subunit-describe-calls = tempest.cmd.subunit_describe_calls:entry_point
Matthew Treinishf610aca2015-06-30 15:32:34 -040036tempest.cm =
David Paterson68b8b9d2015-12-01 15:44:14 -080037 account-generator = tempest.cmd.account_generator:TempestAccountGenerator
Soniya Vyas55ad7cd2019-11-11 11:48:35 +053038 subunit-describe-calls = tempest.cmd.subunit_describe_calls:TempestSubunitDescribeCalls
Matthew Treinishf610aca2015-06-30 15:32:34 -040039 init = tempest.cmd.init:TempestInit
David Paterson07661de2015-10-29 20:15:04 -070040 cleanup = tempest.cmd.cleanup:TempestCleanup
step6829a9a664c2015-11-30 18:12:25 +000041 list-plugins = tempest.cmd.list_plugins:TempestListPlugins
David Patersone45aa842015-11-18 16:12:27 -080042 verify-config = tempest.cmd.verify_tempest_config:TempestVerifyConfig
Masayuki Igawa00effc92016-07-25 12:28:26 +090043 workspace_register = tempest.cmd.workspace:TempestWorkspaceRegister
44 workspace_rename = tempest.cmd.workspace:TempestWorkspaceRename
45 workspace_move = tempest.cmd.workspace:TempestWorkspaceMove
46 workspace_remove = tempest.cmd.workspace:TempestWorkspaceRemove
47 workspace_list = tempest.cmd.workspace:TempestWorkspaceList
Matthew Treinisha051c222016-05-23 15:48:22 -040048 run = tempest.cmd.run:TempestRun
Jon Grimm270bd7f2014-08-05 18:11:29 +000049oslo.config.opts =
50 tempest.config = tempest.config:list_opts