diff --git a/tox.ini b/tox.ini index 8e2db0e04e..daee23408c 100644 --- a/tox.ini +++ b/tox.ini @@ -43,15 +43,18 @@ commands = test/unit/cli/test_ringbuilder.py \ test/unit/cli/test_ringcomposer.py \ test/unit/common/middleware/crypto \ + test/unit/common/middleware/test_acl.py \ test/unit/common/middleware/test_catch_errors.py \ test/unit/common/middleware/test_crossdomain.py \ test/unit/common/middleware/test_domain_remap.py \ test/unit/common/middleware/test_gatekeeper.py \ test/unit/common/middleware/test_healthcheck.py \ + test/unit/common/middleware/test_keystoneauth.py \ test/unit/common/middleware/test_list_endpoints.py \ test/unit/common/middleware/test_listing_formats.py \ test/unit/common/middleware/test_memcache.py \ test/unit/common/middleware/test_proxy_logging.py \ + test/unit/common/middleware/test_subrequest_logging.py \ test/unit/common/middleware/test_tempauth.py \ test/unit/common/ring \ test/unit/common/test_base_storage_server.py \ @@ -73,7 +76,9 @@ commands = test/unit/common/test_swob.py \ test/unit/common/test_utils.py \ test/unit/common/test_wsgi.py \ + test/unit/container/test_auditor.py \ test/unit/container/test_replicator.py \ + test/unit/container/test_sync_store.py \ test/unit/proxy/controllers/test_info.py} [testenv:py36]