blob: 7cfc4ce0134337ccc9c40101441c20fd52e6d46c [file] [log] [blame]
Monty Taylor64375012013-04-28 18:22:59 -07001[metadata]
2name = tempest
3version = 2013.2
4summary = OpenStack Integration Testing
5description-file =
6 README.rst
7author = OpenStack QA
8author-email = openstack-qa@lists.openstack.org
9home-page = http://www.openstack.org/
10classifier =
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 Intended Audience :: Developers
14 License :: OSI Approved :: Apache Software License
15 Operating System :: POSIX :: Linux
16 Programming Language :: Python
17 Programming Language :: Python :: 2
18 Programming Language :: Python :: 2.7
19
20[global]
21setup-hooks =
22 pbr.hooks.setup_hook
23
24[files]
25scripts =
26 bin/tempest
27
Sean Dagueb56052b2013-05-21 17:57:41 -040028[build_sphinx]
29all_files = 1
30build-dir = doc/build
31source-dir = doc/source
32
Jay Pipesf38eaac2012-06-21 13:37:35 -040033[nosetests]
34# NOTE(jkoelker) To run the test suite under nose install the following
35# coverage http://pypi.python.org/pypi/coverage
Jay Pipesf38eaac2012-06-21 13:37:35 -040036# openstack-nose https://github.com/openstack-dev/openstack-nose
37verbosity=2
Attila Fazekas6c7e8d92013-07-30 15:59:49 +020038
39[pbr]
40autodoc_tree_index_modules=true