![Terry Wilson](/assets/img/avatar_default.png)
When running tox -e functional, stestr was running the unit tests. Changing .stestr.conf to use ${OS_TEST_PATH} seems to fix it. Two functional tests were not passing when I made this change, so I fixed those as well so this change wouldn't fail the gate. Change-Id: I6c4a3ff7a50aca925dca1d7f9cfe83e99fedaa50
5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
[DEFAULT]
|
|
test_path=${OS_TEST_PATH}
|
|
top_dir=./
|
|
|