summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini29
1 files changed, 5 insertions, 24 deletions
diff --git a/tox.ini b/tox.ini
index ade68e277..7d25a6acd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,48 +46,29 @@ commands = ./.functests {posargs}
[testenv:func-py3]
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_account.py \
- test/functional/test_container.py \
- test/functional/test_dlo.py \
- test/functional/test_domain_remap.py \
- test/functional/test_object.py \
- test/functional/test_slo.py \
- test/functional/test_staticweb.py \
- test/functional/test_symlink.py \
- test/functional/test_tempurl.py \
- test/functional/test_versioned_writes.py \
- test/functional/tests.py}
+commands = ./.functests {posargs}
[testenv:func-ec-py3]
basepython = python3
-commands = {[testenv:func-py3]commands}
+commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=ec
[testenv:func-s3api-py3]
basepython = python3
-commands = {[testenv:func-py3]commands}
+commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=s3api
[testenv:func-encryption-py3]
basepython = python3
-commands = {[testenv:func-py3]commands}
+commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=encryption
[testenv:func-domain-remap-staticweb-py3]
basepython = python3
-commands = {[testenv:func-py3]commands}
+commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=domain_remap_staticweb