f38eaace9c
* Allows a tenant/user to be created by the base test class, allowing isolation of the tests. The base compute test case class now controls what users and tenants get created for the test case * Moves identity admin stuff into appropriate directory * Removes _multiprocess_shared_ to force setUpClass to run for every test case. * Adds setup.cfg for use with openstack.nose_plugin * run_test.sh refactoring to make running smoketests easier Change-Id: I3ea4c44a8c194d7ae2833b5443df7678924bcd5d
8 lines
331 B
INI
8 lines
331 B
INI
[nosetests]
|
|
# NOTE(jkoelker) To run the test suite under nose install the following
|
|
# coverage http://pypi.python.org/pypi/coverage
|
|
# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
|
|
# openstack-nose https://github.com/openstack-dev/openstack-nose
|
|
verbosity=2
|
|
detailed-errors=1
|