summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-03-22 14:48:10 -0700
committerTim Burke <tim.burke@gmail.com>2019-07-18 14:04:39 -0700
commit2926fc96a36a573380eca18d60440a2337442015 (patch)
treea2287138e8072b63d1e9976aa46421fb36930f3a /tox.ini
parenta48ac28efe5c133b439ab0e525d315271bf370da (diff)
downloadswift-2926fc96a36a573380eca18d60440a2337442015.tar.gz
py3: Bring functional/test_object.py under test; add func-ec-py37 job
Change-Id: I2929ce1f8e08ae5b4059605d09189c8521852423
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e4e8efa2f..2e5f60725 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,17 +49,24 @@ basepython = python3
commands =
nosetests {posargs: \
test/functional/test_domain_remap.py \
+ test/functional/test_object.py \
test/functional/test_staticweb.py \
test/functional/test_symlink.py \
test/functional/test_tempurl.py \
test/functional/tests.py}
+[testenv:func-ec-py3]
+basepython = python3
+commands = {[testenv:func-py3]commands}
+setenv = SWIFT_TEST_IN_PROCESS=1
+ SWIFT_TEST_IN_PROCESS_CONF_LOADER=ec
[testenv:func-domain-remap-staticweb-py3]
basepython = python3
commands = {[testenv:func-py3]commands}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=domain_remap_staticweb
+
[testenv:func-encryption]
commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1