diff options
author | Paride Legovini <paride.legovini@canonical.com> | 2021-10-07 20:54:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 13:54:19 -0500 |
commit | fd595774f64f22384ec9229bde176df5cb2fd4c6 (patch) | |
tree | b736462464102007f4d1be0a155fdd09c5505610 | |
parent | 9c147e8341e287366790e60658f646cdcc59bef2 (diff) | |
download | vyos-cloud-init-fd595774f64f22384ec9229bde176df5cb2fd4c6.tar.gz vyos-cloud-init-fd595774f64f22384ec9229bde176df5cb2fd4c6.zip |
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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |