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:

committed by
Dave Wallace

parent
4995d0da8c
commit
58cb6ba818
@@ -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."
|
||||
|
Reference in New Issue
Block a user