summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorjunboli <junbo85.li@gmail.com>2018-06-19 09:01:42 +0800
committerjunboli <junbo85.li@gmail.com>2018-06-19 09:01:42 +0800
commit9aa1c9a485e8c858ce8e022be0df79f798dea65c (patch)
tree676220b9401cff4f8f1b21c3fb457bf703049761 /tox.ini
parent36275be1c10c53ad5c7813f60331285726324abf (diff)
downloadpython-cinderclient-9aa1c9a485e8c858ce8e022be0df79f798dea65c.tar.gz
Use api version 3 for functional test
switch to use OS_VOLUME_API_VERSION = 3 to run functional tests. Closes-bug: #1775354 Co-Authored-By: liuyamin <liuyamin@fiberhome.com> Change-Id: If6c4291aa7d8e85a4f8c1d5665a0e4a72aa1f1d1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f60267f..631455c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,7 +66,7 @@ commands = ostestr {posargs}
setenv =
{[testenv]setenv}
OS_TEST_PATH = ./cinderclient/tests/functional
- OS_VOLUME_API_VERSION = 2
+ OS_VOLUME_API_VERSION = 3
# The OS_CACERT environment variable should be passed to the test
# environments to specify a CA bundle file to use in verifying a
# TLS (https) server certificate.