summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-05 15:55:02 +0000
committerGerrit Code Review <review@openstack.org>2020-03-05 15:55:02 +0000
commit6d506c3a3644cf79622238473c99d9c22cfd4e96 (patch)
tree587800e102e2de160b2903b61d6e19f37b5d6122 /tox.ini
parentb1181cf789f3330b002eb77329ac6a9ea8e74ee6 (diff)
parent993406d57d933cd4f789f97b48cf4d7b5b0b9bc4 (diff)
downloadpython-glanceclient-6d506c3a3644cf79622238473c99d9c22cfd4e96.tar.gz
Merge "Remove v1 tests"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 0 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index ba64d58..0bc0076 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,18 +37,6 @@ commands =
bash tools/fix_ca_bundle.sh
stestr run --slowest {posargs}
-[testenv:functional-v1]
-# TODO(rosmaita): remove this testenv at the beginning
-# of the 'S' cycle
-setenv =
- OS_TEST_PATH = ./glanceclient/tests/functional/v1
- OS_TESTENV_NAME = {envname}
-whitelist_externals =
- bash
-commands =
- bash tools/fix_ca_bundle.sh
- stestr run --slowest {posargs}
-
[testenv:cover]
basepython = python3
setenv =