blob: 56344b07cbf807c5dddbafad1a84e05f0f19f085 [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
4description-file =
5 README.rst
Masayuki Igawacde02862014-02-24 19:11:41 +09006author = OpenStack
7author-email = openstack-dev@lists.openstack.org
jinxingfanged456252016-02-05 18:32:32 +08008home-page = http://docs.openstack.org/developer/tempest/
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
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
Matthew Treinish3460aaa2015-05-11 22:18:00 -040018 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.4
Monty Taylor64375012013-04-28 18:22:59 -070020
Matthew Treinishd450a192015-07-06 16:05:57 -040021[files]
22packages =
23 tempest
24data_files =
Andrea Frittoli (andreaf)871f5da2015-07-31 17:55:38 +010025 etc/tempest = etc/*
Matthew Treinishd450a192015-07-06 16:05:57 -040026
Matthew Treinishf8b816a2014-04-23 20:35:49 +000027[entry_points]
28console_scripts =
29 verify-tempest-config = tempest.cmd.verify_tempest_config:main
Sean Dague655e0af2014-05-29 09:00:22 -040030 javelin2 = tempest.cmd.javelin:main
Matthew Treinish55e29b42014-05-07 01:04:17 -040031 run-tempest-stress = tempest.cmd.run_stress:main
David Patersonce781492014-09-18 01:07:01 -040032 tempest-cleanup = tempest.cmd.cleanup:main
sslypushenko0de7d052015-04-16 18:49:55 +030033 tempest-account-generator = tempest.cmd.account_generator:main
David Paterson4af1d022015-04-02 01:27:34 -040034 tempest = tempest.cmd.main:main
Andrea Frittoli (andreaf)db9672e2016-02-23 14:07:24 -050035 skip-tracker = tempest.lib.cmd.skip_tracker:main
36 check-uuid = tempest.lib.cmd.check_uuid:run
Stephen Lowriec8548fc2016-05-24 15:57:35 -050037 subunit-describe-calls = tempest.cmd.subunit_describe_calls:entry_point
Matthew Treinishf610aca2015-06-30 15:32:34 -040038tempest.cm =
David Paterson68b8b9d2015-12-01 15:44:14 -080039 account-generator = tempest.cmd.account_generator:TempestAccountGenerator
Matthew Treinishf610aca2015-06-30 15:32:34 -040040 init = tempest.cmd.init:TempestInit
David Paterson07661de2015-10-29 20:15:04 -070041 cleanup = tempest.cmd.cleanup:TempestCleanup
Masayuki Igawae5c70282015-10-30 12:18:58 +090042 run-stress = tempest.cmd.run_stress:TempestRunStress
step6829a9a664c2015-11-30 18:12:25 +000043 list-plugins = tempest.cmd.list_plugins:TempestListPlugins
David Patersone45aa842015-11-18 16:12:27 -080044 verify-config = tempest.cmd.verify_tempest_config:TempestVerifyConfig
step682980c14ec2016-02-23 14:53:52 -050045 workspace = tempest.cmd.workspace:TempestWorkspace
Jon Grimm270bd7f2014-08-05 18:11:29 +000046oslo.config.opts =
47 tempest.config = tempest.config:list_opts
48
Sean Dagueb56052b2013-05-21 17:57:41 -040049[build_sphinx]
50all_files = 1
51build-dir = doc/build
52source-dir = doc/source
Sascha Peilicke39f82e82013-11-19 10:00:26 +010053
Matthew Treinishf45ba2e2015-08-24 15:05:01 -040054[pbr]
55warnerrors = True
56
Sascha Peilicke39f82e82013-11-19 10:00:26 +010057[wheel]
58universal = 1