2ed1280148
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
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
[DEFAULT]
|
|
test_path=${OS_TEST_PATH:-./ovsdbapp/tests/unit}
|
|
top_dir=./
|
|
group_regex=([^\.]+\.)+
|