Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ch4lo committed Jul 16, 2024
1 parent a041985 commit c94bc23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/VM-container-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ err_fetch_logs() {
echo "-l / --log-dir not specified, skipping c0 core dump retrieval"
else
echo "Attempting to fetch core dumps from c0"
scp -v $SCP_OPTS '[email protected]:/data/core/*'
scp -v $SCP_OPTS '[email protected]:/data/core/*' "${LOG_DIR}"
fi

force_stop_vm
Expand Down Expand Up @@ -605,6 +605,9 @@ do_test_complete() {
echo "STATUS: Test if cmld is up and running"
cmd_control_list

echo "$(ps aux | tail -n1 | awk '{print $2}')"
ssh ${SSH_OPTS} 'kill -6 $(ps aux | tail -n1 | awk "{print $2}")'

if [ "n" = "$USBTOKEN" ];then
# Skip these tests for physical schsm
cmd_control_change_pin_error "${CONTAINER}" "wrongpin" "$TESTPW"
Expand Down

0 comments on commit c94bc23

Please sign in to comment.