From c7d5923ff8e386dec691d8840430ed7c5d950c53 Mon Sep 17 00:00:00 2001 From: TrekkieCoder <111065900+TrekkieCoder@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:30:53 +0900 Subject: [PATCH] Update validation.sh --- cicd/k3s-calico/validation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/k3s-calico/validation.sh b/cicd/k3s-calico/validation.sh index 3eb4d681d..8c7bda986 100755 --- a/cicd/k3s-calico/validation.sh +++ b/cicd/k3s-calico/validation.sh @@ -85,7 +85,7 @@ else code=1 fi -out=$($hexec user timeout 30 ../common/sctp_client 1.1.1.1 41291 $extIP 55004) +out=$($hexec user timeout 30 ../common/sctp_socat_client 1.1.1.1 41291 $extIP 55004) if [[ ${out} == *"server1"* ]]; then echo "calico-k3s (kube-loxillb) sctp [OK]" else