Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 1 | [metadata] |
| 2 | name = tempest |
Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 3 | summary = OpenStack Integration Testing |
| 4 | description-file = |
| 5 | README.rst |
Masayuki Igawa | cde0286 | 2014-02-24 19:11:41 +0900 | [diff] [blame] | 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
jinxingfang | ed45625 | 2016-02-05 18:32:32 +0800 | [diff] [blame] | 8 | home-page = http://docs.openstack.org/developer/tempest/ |
Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 9 | classifier = |
| 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 Treinish | 3460aaa | 2015-05-11 22:18:00 -0400 | [diff] [blame] | 18 | Programming Language :: Python :: 3 |
| 19 | Programming Language :: Python :: 3.4 |
Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 20 | |
Matthew Treinish | d450a19 | 2015-07-06 16:05:57 -0400 | [diff] [blame] | 21 | [files] |
| 22 | packages = |
| 23 | tempest |
| 24 | data_files = |
Andrea Frittoli (andreaf) | 871f5da | 2015-07-31 17:55:38 +0100 | [diff] [blame] | 25 | etc/tempest = etc/* |
Matthew Treinish | d450a19 | 2015-07-06 16:05:57 -0400 | [diff] [blame] | 26 | |
Matthew Treinish | f8b816a | 2014-04-23 20:35:49 +0000 | [diff] [blame] | 27 | [entry_points] |
| 28 | console_scripts = |
| 29 | verify-tempest-config = tempest.cmd.verify_tempest_config:main |
Sean Dague | 655e0af | 2014-05-29 09:00:22 -0400 | [diff] [blame] | 30 | javelin2 = tempest.cmd.javelin:main |
Matthew Treinish | 55e29b4 | 2014-05-07 01:04:17 -0400 | [diff] [blame] | 31 | run-tempest-stress = tempest.cmd.run_stress:main |
David Paterson | ce78149 | 2014-09-18 01:07:01 -0400 | [diff] [blame] | 32 | tempest-cleanup = tempest.cmd.cleanup:main |
sslypushenko | 0de7d05 | 2015-04-16 18:49:55 +0300 | [diff] [blame] | 33 | tempest-account-generator = tempest.cmd.account_generator:main |
David Paterson | 4af1d02 | 2015-04-02 01:27:34 -0400 | [diff] [blame] | 34 | tempest = tempest.cmd.main:main |
Andrea Frittoli (andreaf) | db9672e | 2016-02-23 14:07:24 -0500 | [diff] [blame] | 35 | skip-tracker = tempest.lib.cmd.skip_tracker:main |
| 36 | check-uuid = tempest.lib.cmd.check_uuid:run |
Matthew Treinish | f610aca | 2015-06-30 15:32:34 -0400 | [diff] [blame] | 37 | tempest.cm = |
David Paterson | 68b8b9d | 2015-12-01 15:44:14 -0800 | [diff] [blame] | 38 | account-generator = tempest.cmd.account_generator:TempestAccountGenerator |
Matthew Treinish | f610aca | 2015-06-30 15:32:34 -0400 | [diff] [blame] | 39 | init = tempest.cmd.init:TempestInit |
David Paterson | 07661de | 2015-10-29 20:15:04 -0700 | [diff] [blame] | 40 | cleanup = tempest.cmd.cleanup:TempestCleanup |
Masayuki Igawa | e5c7028 | 2015-10-30 12:18:58 +0900 | [diff] [blame] | 41 | run-stress = tempest.cmd.run_stress:TempestRunStress |
step6829 | a9a664c | 2015-11-30 18:12:25 +0000 | [diff] [blame] | 42 | list-plugins = tempest.cmd.list_plugins:TempestListPlugins |
David Paterson | e45aa84 | 2015-11-18 16:12:27 -0800 | [diff] [blame] | 43 | verify-config = tempest.cmd.verify_tempest_config:TempestVerifyConfig |
step6829 | 80c14ec | 2016-02-23 14:53:52 -0500 | [diff] [blame] | 44 | workspace = tempest.cmd.workspace:TempestWorkspace |
Matthew Treinish | a051c22 | 2016-05-23 15:48:22 -0400 | [diff] [blame^] | 45 | run = tempest.cmd.run:TempestRun |
Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 46 | oslo.config.opts = |
| 47 | tempest.config = tempest.config:list_opts |
| 48 | |
Sean Dague | b56052b | 2013-05-21 17:57:41 -0400 | [diff] [blame] | 49 | [build_sphinx] |
| 50 | all_files = 1 |
| 51 | build-dir = doc/build |
| 52 | source-dir = doc/source |
Sascha Peilicke | 39f82e8 | 2013-11-19 10:00:26 +0100 | [diff] [blame] | 53 | |
Matthew Treinish | f45ba2e | 2015-08-24 15:05:01 -0400 | [diff] [blame] | 54 | [pbr] |
| 55 | warnerrors = True |
| 56 | |
Sascha Peilicke | 39f82e8 | 2013-11-19 10:00:26 +0100 | [diff] [blame] | 57 | [wheel] |
| 58 | universal = 1 |