summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIvan Kolodyazhny <e0ne@e0ne.info>2015-11-16 21:16:52 +0200
committerIvan Kolodyazhny <e0ne@e0ne.info>2015-12-17 13:41:37 +0200
commit73f442380cfc38da28dcf3311893a5e65df26560 (patch)
tree2d6a46fbfaa25bc2175997e97bfc49305bfe4790 /tox.ini
parent6dd17021cf6a09dfd9eeb4f8686441b1206716e2 (diff)
downloadpython-cinderclient-73f442380cfc38da28dcf3311893a5e65df26560.tar.gz
Do not require functional_creds.conf for functional tests
Pass OS_* env variables for functional tests to use environment variables if they are available instead of config file Change-Id: Ic1b4752bf558c57974b5f2a4d5a45aee4a940bbb
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 badd230..ca14bdd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,7 +39,7 @@ setenv =
# 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
+passenv = OS_*
[flake8]
show-source = True