Group tests in same class to run in same group
Sometimes the test_connection_reconnect test will interact with other tests causing a failure. Telling stestr to keep all tests in a class together in the same process seems to fix this issue. Change-Id: Ic20b08b7bae2f6b5b8dc3a7607c1e6bf7044b95c
This commit is contained in:
parent
c24f00d13d
commit
5f108dfa6a
@ -1,4 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=${OS_TEST_PATH}
|
||||
top_dir=./
|
||||
|
||||
group_regex=([^\.]+\.)+
|
||||
|
Loading…
Reference in New Issue
Block a user