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:
Yuriy Nesenenko
2015-10-28 18:10:55 +02:00
parent 9ad10ab8a3
commit 6e860e6e18

View File

@@ -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