diff options
| author | Ivan Kolodyazhny <e0ne@e0ne.info> | 2015-11-16 21:16:52 +0200 |
|---|---|---|
| committer | Ivan Kolodyazhny <e0ne@e0ne.info> | 2015-12-17 13:41:37 +0200 |
| commit | 73f442380cfc38da28dcf3311893a5e65df26560 (patch) | |
| tree | 2d6a46fbfaa25bc2175997e97bfc49305bfe4790 /tox.ini | |
| parent | 6dd17021cf6a09dfd9eeb4f8686441b1206716e2 (diff) | |
| download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
