summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParide Legovini <paride.legovini@canonical.com>2021-10-07 20:54:19 +0200
committerGitHub <noreply@github.com>2021-10-07 13:54:19 -0500
commitfd595774f64f22384ec9229bde176df5cb2fd4c6 (patch)
treeb736462464102007f4d1be0a155fdd09c5505610
parent9c147e8341e287366790e60658f646cdcc59bef2 (diff)
downloadcloud-init-git-fd595774f64f22384ec9229bde176df5cb2fd4c6.tar.gz
tox integration: pass the *_proxy, GOOGLE_*, GCP_* env vars (#1050)
*_proxy: required for https_proxy and no_proxy GOOGLE_* and GCP_*: see [1]. https://cloud.google.com/functions/docs/configuring/env-var#runtime_environment_variables_set_automatically
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 20e3b227..f0c22cdb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -155,7 +155,7 @@ setenv =
[testenv:integration-tests-jenkins]
commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests}
-passenv = CLOUD_INIT_* SSH_AUTH_SOCK OS_*
+passenv = *_proxy CLOUD_INIT_* SSH_AUTH_SOCK OS_* GOOGLE_* GCP_*
deps =
-r{toxinidir}/integration-requirements.txt
setenv =