From 315ca9db1764bb0e998fbde9de50439735b2efad Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 14 Nov 2024 21:39:16 -0500 Subject: [PATCH] functional: Allow to override OS_FAIL_ON_MISSING_DEPS This is useful when we'd like to run a `dsvm-` target but e.g. not fail on particular dependencies missing, e.g. db backend. Change-Id: I978435f8ccad5bfff87f47a2e2f65a9b6867b246 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4f6df4f5764..296e2023087 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ commands = false setenv = OS_SUDO_TESTING=1 OS_ROOTWRAP_CMD=sudo {envdir}/bin/neutron-rootwrap {envdir}/etc/neutron/rootwrap.conf OS_ROOTWRAP_DAEMON_CMD=sudo {envdir}/bin/neutron-rootwrap-daemon {envdir}/etc/neutron/rootwrap.conf - OS_FAIL_ON_MISSING_DEPS=1 + OS_FAIL_ON_MISSING_DEPS={env:OS_FAIL_ON_MISSING_DEPS:1} OS_LOG_PATH={env:OS_LOG_PATH:/opt/stack/logs} commands = false