summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2018-12-03 13:00:13 +0100
committerCyril Roelandt <cyril@redhat.com>2018-12-13 16:42:47 +0100
commitf98d5d16ff8fca8ef1b6fd02b77b4ed546df3a8a (patch)
tree95ca43995195cc0c66ddfc5aaea85f610485aa18
parentb9d2c08e8d37fd1507ef27c1d641aec6b23ca312 (diff)
downloadswift-f98d5d16ff8fca8ef1b6fd02b77b4ed546df3a8a.tar.gz
Py3: Add working tests to tox.ini
Change-Id: Ifb737a0d3ba263b69945f30d9a31a42cb3ab645a
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8e2db0e04..daee23408 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]