blob: 183c1fb3298263309a836fc30bb78234631791a7 [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
Monty Taylor64375012013-04-28 18:22:59 -07008home-page = http://www.openstack.org/
9classifier =
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
Matthew Treinishf610aca2015-06-30 15:32:34 -040035tempest.cm =
36 init = tempest.cmd.init:TempestInit
David Paterson07661de2015-10-29 20:15:04 -070037 cleanup = tempest.cmd.cleanup:TempestCleanup
Masayuki Igawae5c70282015-10-30 12:18:58 +090038 run-stress = tempest.cmd.run_stress:TempestRunStress
step6829a9a664c2015-11-30 18:12:25 +000039 list-plugins = tempest.cmd.list_plugins:TempestListPlugins
David Patersone45aa842015-11-18 16:12:27 -080040 verify-config = tempest.cmd.verify_tempest_config:TempestVerifyConfig
Jon Grimm270bd7f2014-08-05 18:11:29 +000041oslo.config.opts =
42 tempest.config = tempest.config:list_opts
43
Sean Dagueb56052b2013-05-21 17:57:41 -040044[build_sphinx]
45all_files = 1
46build-dir = doc/build
47source-dir = doc/source
Sascha Peilicke39f82e82013-11-19 10:00:26 +010048
Matthew Treinishf45ba2e2015-08-24 15:05:01 -040049[pbr]
50warnerrors = True
51
Sascha Peilicke39f82e82013-11-19 10:00:26 +010052[wheel]
53universal = 1