[CI] Set the default OS_TEST_PATH in the stestr conf file

Set the default OS_TEST_PATH in the stestr configuration file. Any
other test environment can overwrite this variable in the "setenv"
section.

Change-Id: I51564920cec916031aaebf8151b015a3d87e9471
This commit is contained in:
Rodolfo Alonso Hernandez 2023-03-16 15:29:18 +01:00
parent 54dc562a1d
commit 2ed1280148
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[DEFAULT]
test_path=${OS_TEST_PATH}
test_path=${OS_TEST_PATH:-./ovsdbapp/tests/unit}
top_dir=./
group_regex=([^\.]+\.)+

View File

@ -9,7 +9,6 @@ usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
OS_TEST_PATH=./ovsdbapp/tests/unit
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:true}
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:true}
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true}