Fix functional tests fail on the env with https
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. Change-Id: Iee50946b34b7e285ebb7924cd5ac6cd83b355e48 Closes-Bug: #1511023
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -30,6 +30,10 @@ commands=
|
||||
setenv =
|
||||
OS_TEST_PATH = ./cinderclient/tests/functional
|
||||
OS_VOLUME_API_VERSION = 2
|
||||
# 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.
|
||||
passenv = OS_CACERT
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
Reference in New Issue
Block a user