From 106c57d511b862177c8356685cf6d49ddd6cb55f Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 3 Mar 2021 15:55:48 -0500 Subject: tox.ini: pass OS_* environment variables to integration tests (#830) This allows source'd OpenStack credentials to be used for tox tests. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0e2eae46..10efd190 100644 --- a/tox.ini +++ b/tox.ini @@ -147,13 +147,13 @@ deps = [testenv:integration-tests] basepython = python3 commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests} -passenv = CLOUD_INIT_* SSH_AUTH_SOCK +passenv = CLOUD_INIT_* SSH_AUTH_SOCK OS_* deps = -r{toxinidir}/integration-requirements.txt [testenv:integration-tests-ci] commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests} -passenv = CLOUD_INIT_* SSH_AUTH_SOCK +passenv = CLOUD_INIT_* SSH_AUTH_SOCK OS_* deps = -r{toxinidir}/integration-requirements.txt setenv = -- cgit v1.2.3