d536ed248b
The os-testr 1.0.0 release had a couple of required config changes due to it's internal usage of stestr. This commit fixes those by adding a .stestr.conf (to remove a warning) sets the fixture env variables in the tox.ini instead of being hidden in .testr.conf and removing the quotes around posargs to make passing args to ostestr actually work. Also to keep the expected dev experience stestr is used directly for places where ostestr was called directly. Change-Id: I785b0dc1720328b119f0978aa573ad0b89e54c75 Closes-Bug: #1731155
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
[DEFAULT]
|
|
test_path=${OS_TEST_PATH:-./watcher/tests}
|
|
top_dir=./
|
|
|