tests for nginx-otel

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-01-22 19:08:52 -08:00
parent 1ed551b70b
commit e7b504fa40
5 changed files with 15 additions and 15 deletions

View file

@ -164,11 +164,10 @@ function vsh() {
exit 1
fi
get_vm_ip $1
sshpass -p $PASSP \
ssh -o PreferredAuthentications=password \
-o StrictHostKeyChecking=no \
$USERN@$ret
$USERN@$(get_vm_ip $1)
turn_off_vm $1
}