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
This commit is contained in:
Gregory Thiemonge 2024-06-14 11:46:38 +02:00
parent cda789d45f
commit 7376a4ad0c

View File

@ -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}