From dfe21bdba3104dd9fef71ca506124e75651507c9 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Wed, 26 Oct 2016 11:58:16 +0200 Subject: [PATCH] Add working functional tests to tox.ini Change-Id: I9bd0190e9e9c539c732c31bbba80937e27721976 --- tox.ini | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2cd69e946d..5116a3f04a 100644 --- a/tox.ini +++ b/tox.ini @@ -36,9 +36,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 =