From 00ed1cc5740b6a1e60c54f7f724cf52f9eacc6e1 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Tue, 23 Apr 2019 12:20:28 +0200 Subject: [PATCH] Let run test cases of the same class by the same parallel executor. Change-Id: I38f6058f9dfa3d2f5767a7c8c90fe67b8699e419 --- .stestr.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.stestr.conf b/.stestr.conf index 00e9f20de..9abe3741a 100644 --- a/.stestr.conf +++ b/.stestr.conf @@ -1,3 +1,5 @@ [DEFAULT] test_path=${OS_TEST_PATH:-./tobiko/tests} top_dir=./ +group_regex=([^\.]*\.)* +