From aefd8ddb842de3ac28f13028af9dbd6acb4250b8 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Tue, 8 Mar 2022 09:26:21 -0500 Subject: [PATCH] tox: set verbose flags for integration tests Signed-off-by: Chris Patterson --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c494cb94dc9..be3b3315de1 100644 --- a/tox.ini +++ b/tox.ini @@ -158,7 +158,7 @@ deps = -r{toxinidir}/integration-requirements.txt [testenv:integration-tests] -commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests} +commands = {envpython} -m pytest --log-cli-level=INFO -vv {posargs:tests/integration_tests} deps = -r{toxinidir}/integration-requirements.txt passenv = CLOUD_INIT_* PYCLOUDLIB_* SSH_AUTH_SOCK OS_*