[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:
parent
54dc562a1d
commit
2ed1280148
@ -1,4 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=${OS_TEST_PATH}
|
||||
test_path=${OS_TEST_PATH:-./ovsdbapp/tests/unit}
|
||||
top_dir=./
|
||||
group_regex=([^\.]+\.)+
|
||||
|
Loading…
Reference in New Issue
Block a user