summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThiago da Silva <thiagodasilva@gmail.com>2019-10-28 22:10:42 +0200
committerTim Burke <tim.burke@gmail.com>2020-06-01 19:16:48 -0700
commit20c6bdb71c89d20c8efcdad904425cdee10e522f (patch)
tree138ff0a509cf6da906878f01c531666804b43c8b /tox.ini
parent6c1bc3949d74477706bc2258a45a603d3bfc236c (diff)
downloadswift-20c6bdb71c89d20c8efcdad904425cdee10e522f.tar.gz
Enable s3api and staticweb tests across all func tests
This patch removed the separate s3api, staticweb functional tests gate jobs and added them across all other functional test jobs. Change-Id: Ie1c606132a054defc2b3cc14a66031090e7b8449
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini26
1 files changed, 0 insertions, 26 deletions
diff --git a/tox.ini b/tox.ini
index 9d95fecb7..f73886f58 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,24 +58,12 @@ commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=ec
-[testenv:func-s3api-py3]
-basepython = python3
-commands = ./.functests {posargs}
-setenv = SWIFT_TEST_IN_PROCESS=1
- SWIFT_TEST_IN_PROCESS_CONF_LOADER=s3api
-
[testenv:func-encryption-py3]
basepython = python3
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 = ./.functests {posargs}
-setenv = SWIFT_TEST_IN_PROCESS=1
- SWIFT_TEST_IN_PROCESS_CONF_LOADER=domain_remap_staticweb
-
[testenv:func]
basepython = python2.7
deps = {[testenv:py27]deps}
@@ -88,13 +76,6 @@ commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=encryption
-[testenv:func-domain-remap-staticweb]
-basepython = python2.7
-deps = {[testenv:py27]deps}
-commands = ./.functests {posargs}
-setenv = SWIFT_TEST_IN_PROCESS=1
- SWIFT_TEST_IN_PROCESS_CONF_LOADER=domain_remap_staticweb
-
[testenv:func-ec]
basepython = python2.7
deps = {[testenv:py27]deps}
@@ -102,13 +83,6 @@ commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=ec
-[testenv:func-s3api]
-basepython = python2.7
-deps = {[testenv:py27]deps}
-commands = ./.functests {posargs}
-setenv = SWIFT_TEST_IN_PROCESS=1
- SWIFT_TEST_IN_PROCESS_CONF_LOADER=s3api
-
[testenv:venv]
commands = {posargs}