tests: fix default failed dir setting 59/36159/2
authorKlement Sekera <klement.sekera@gmail.com>
Fri, 13 May 2022 16:01:36 +0000 (18:01 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 24 May 2022 16:13:09 +0000 (16:13 +0000)
commit152a9b6165c640bd551447e87a68132709864b67
tree5db805481be75583e55e7b10cf0c8fa12bf39cc5
parent0bfc222e3df4e5ccfb7c6f580d8943681a88f031
tests: fix default failed dir setting

When running tests via run.sh, default setting of None would cause
failed directory symlink to appear in vpp workspace with an ugly name.
This patch places the symlink in temporary directory.

Type: fix
Fixes: b23ffd7ef216463c35b75c831e6a27e58971f4ec
Signed-off-by: Klement Sekera <klement.sekera@gmail.com>
Change-Id: Ic1715eba7ac1f82f71855e2aeb9b659d27bbb3af
test/config.py
test/run_tests.py