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
This commit is contained in:
Oliver Walsh 2022-08-02 23:07:32 +01:00
parent 7401aae83c
commit c9647167ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[DEFAULT]
test_path=${TEST_PATH:-./tripleo_heat_templates/tests}
test_path=${TEST_PATH:-./}
top_dir=./