From 5f108dfa6ab0ab214e672973d437e2110178f9b6 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Tue, 20 Nov 2018 12:32:29 -0600 Subject: [PATCH] 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 --- .stestr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stestr.conf b/.stestr.conf index 728dfb3e..fef4726f 100644 --- a/.stestr.conf +++ b/.stestr.conf @@ -1,4 +1,4 @@ [DEFAULT] test_path=${OS_TEST_PATH} top_dir=./ - +group_regex=([^\.]+\.)+