From 7376a4ad0c305113a2aabc091f1bb761a532b14d Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Fri, 14 Jun 2024 11:46:38 +0200 Subject: [PATCH] Fix functional-py31{1,2} tests OS_TEST_PATH was not set correctly for those jobs, they were running only unit tests Change-Id: I12942b80be4ef1fc7de18e8b56db59502d2f2056 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 72fa3d2bd1..e42b5c7a60 100644 --- a/tox.ini +++ b/tox.ini @@ -69,6 +69,12 @@ setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional [testenv:functional-py310] setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional +[testenv:functional-py311] +setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional + +[testenv:functional-py312] +setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional + [testenv:debug] commands = oslo_debug_helper {posargs}