From a90a1b6542b11b48fc70038ee0e8b9aee34cba89 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Tue, 10 Sep 2024 14:02:29 +0530 Subject: [PATCH] 1. Pre-compiled end-to-end gpu driver validation Signed-off-by: shiva kumar --- tests/remote-exec-local.sh | 14 +++++++------- tests/scripts/remote.sh | 4 ---- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/tests/remote-exec-local.sh b/tests/remote-exec-local.sh index f70a83ff..f24a6390 100755 --- a/tests/remote-exec-local.sh +++ b/tests/remote-exec-local.sh @@ -24,13 +24,13 @@ remote SKIP_PREREQUISITES="${SKIP_PREREQUISITES}" ./tests/scripts/prerequisites. # $1 script to be executed # $2 script arguments echo "SHIVA" - echo "Script name: $0" - i=0 - for arg in "$@"; do - echo "KUMAR =$i $arg" - i=$((i + 1)) - done - echo "SHIVA" +echo "Script name: $0" +i=0 +for arg in "$@"; do + echo "KUMAR =$i $arg" + i=$((i + 1)) +done +echo "SHIVA" remote \ diff --git a/tests/scripts/remote.sh b/tests/scripts/remote.sh index c6a65e38..dcd8cf9c 100755 --- a/tests/scripts/remote.sh +++ b/tests/scripts/remote.sh @@ -4,9 +4,5 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${SCRIPT_DIR}/.definitions.sh source ${SCRIPT_DIR}/.local.sh -for arg in "$@"; do - echo "SHIVA ****** $arg" -done - # keep alive 60sec and timeout after 30 tries ssh -o ServerAliveInterval=60 -o ServerAliveCountMax=30 -i ${private_key} ${instance_hostname} "${@}"