Merge "Add working functional tests to tox.ini"

This commit is contained in:
Jenkins 2016-12-14 17:46:28 +00:00 committed by Gerrit Code Review
commit 835a18d678
1 changed files with 13 additions and 2 deletions

15
tox.ini
View File

@ -32,9 +32,20 @@ commands = oslo_debug_helper {posargs}
commands =
lockutils-wrapper python setup.py testr --slowest --testr-args='glance.tests.unit'
python -m testtools.run \
glance.tests.functional.db.test_simple \
glance.tests.functional.test_gzip_middleware \
glance.tests.functional.test_client_exceptions \
glance.tests.functional.v1.test_multiprocessing
glance.tests.functional.test_sqlite \
glance.tests.functional.test_cors_middleware \
glance.tests.functional.test_logging \
glance.tests.functional.db.test_simple \
glance.tests.functional.db.test_rpc_endpoint \
glance.tests.functional.v1.test_multiprocessing \
glance.tests.functional.v2.test_metadef_objects \
glance.tests.functional.v2.test_schemas \
glance.tests.functional.v2.test_metadef_properties \
glance.tests.functional.v2.test_metadef_resourcetypes \
glance.tests.functional.v2.test_metadef_tags \
glance.tests.functional.v2.test_metadef_namespaces
[testenv:pep8]
commands =