Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame^] | 1 | [metadata] |
| 2 | name = tempest |
| 3 | version = 2013.2 |
| 4 | summary = OpenStack Integration Testing |
| 5 | description-file = |
| 6 | README.rst |
| 7 | author = OpenStack QA |
| 8 | author-email = openstack-qa@lists.openstack.org |
| 9 | home-page = http://www.openstack.org/ |
| 10 | classifier = |
| 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] |
| 21 | setup-hooks = |
| 22 | pbr.hooks.setup_hook |
| 23 | |
| 24 | [files] |
| 25 | scripts = |
| 26 | bin/tempest |
| 27 | |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 28 | [nosetests] |
| 29 | # NOTE(jkoelker) To run the test suite under nose install the following |
| 30 | # coverage http://pypi.python.org/pypi/coverage |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 31 | # openstack-nose https://github.com/openstack-dev/openstack-nose |
| 32 | verbosity=2 |