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:
parent
cda789d45f
commit
7376a4ad0c
6
tox.ini
6
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user