summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-08-05 17:33:23 -0700
committerTim Burke <tim.burke@gmail.com>2019-08-09 16:09:55 -0700
commitf05119c16fb33140a655b30e76734f481a479412 (patch)
tree4cc3456b74190e70cf8cb3eac4482a949e6bf0a2 /tox.ini
parent394d4655fa17d0d4066fe8183570a5ce40ba42f5 (diff)
downloadswift-f05119c16fb33140a655b30e76734f481a479412.tar.gz
py3: mostly port s3 func tests
test_bucket.py is proving somewhat problematic. Change-Id: I5b337ef66a23fc989762801dd6a5ba1ed903f57b
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 201425e6a..9caecf3cf 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 \
@@ -62,6 +68,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}