From f98d5d16ff8fca8ef1b6fd02b77b4ed546df3a8a Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 3 Dec 2018 13:00:13 +0100 Subject: [PATCH] Py3: Add working tests to tox.ini Change-Id: Ifb737a0d3ba263b69945f30d9a31a42cb3ab645a --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) 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]