hs-test: fix vppinstance logs and disable trace

- fixed a bug where vppinstance logs would concatenate -> each test now
  has its own bind mount
- removed "--trace" flag to avoid skipped tests printing a full
  stack trace. They are now only printed in the summary.

Type: test

Change-Id: Ib7f4254717cc798e456b9fca6f81685c8153ee2d
Signed-off-by: Adrian Villin <avillin@cisco.com>
This commit is contained in:
Adrian Villin
2024-08-20 14:36:12 +02:00
committed by Dave Wallace
parent 4995d0da8c
commit 58cb6ba818
3 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ then
logDir=/tmp/hs-test/$dirName
if [ -d "$logDir" ]; then
mkdir -p ${WORKSPACE}/archives/summary
cp -r $logDir ${WORKSPACE}/archives/summary/
rsync -a --exclude 'volumes' $logDir ${WORKSPACE}/archives/summary/
fi
done
echo "Done."