summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-15 01:10:29 +0000
committerGerrit Code Review <review@openstack.org>2019-08-15 01:10:29 +0000
commit8083255e34347f34929839ea1f197fd779501576 (patch)
tree69aba2005f5f193bc123257110e41523e1f71a5a /tox.ini
parent6e84553318657a87608a693e585802ed73638e96 (diff)
parentf05119c16fb33140a655b30e76734f481a479412 (diff)
downloadswift-8083255e34347f34929839ea1f197fd779501576.tar.gz
Merge "py3: mostly port s3 func tests"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 44b0bee28..da3a068ba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,6 +48,12 @@ commands = ./.functests {posargs}
basepython = python3
commands =
nosetests {posargs: \
+ test/functional/s3api/test_acl.py \
+ test/functional/s3api/test_multi_delete.py \
+ test/functional/s3api/test_multi_upload.py \
+ test/functional/s3api/test_object.py \
+ test/functional/s3api/test_presigned.py \
+ test/functional/s3api/test_service.py \
test/functional/test_access_control.py \
test/functional/test_domain_remap.py \
test/functional/test_object.py \
@@ -63,6 +69,12 @@ commands = {[testenv:func-py3]commands}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=ec
+[testenv:func-s3api-py3]
+basepython = python3
+commands = {[testenv:func-py3]commands}
+setenv = SWIFT_TEST_IN_PROCESS=1
+ SWIFT_TEST_IN_PROCESS_CONF_LOADER=s3api
+
[testenv:func-encryption-py3]
basepython = python3
commands = {[testenv:func-py3]commands}