From c9647167ea8900436151bd6517e7c48ffa396f85 Mon Sep 17 00:00:00 2001 From: Oliver Walsh Date: Tue, 2 Aug 2022 23:07:32 +0100 Subject: [PATCH] Fix unit test discovery The unit tests in container_config_scripts and tools are being skipped. I18a83ef1909e758e82f7e9d888d65363a4528249 switched from testr to stestr but also set the test path to just tripleo-heat-templates/tests. Restore it back to ./ to discover all of the test in t-h-t. Change-Id: I40eb122a20bb821de978afd6af1e9db5d4b7b648 --- .stestr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stestr.conf b/.stestr.conf index bc66843d90..a089b409c4 100644 --- a/.stestr.conf +++ b/.stestr.conf @@ -1,3 +1,3 @@ [DEFAULT] -test_path=${TEST_PATH:-./tripleo_heat_templates/tests} +test_path=${TEST_PATH:-./} top_dir=./