Skip to content

Commit

Permalink
Update validation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Oct 22, 2023
1 parent f402028 commit c7d5923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/k3s-calico/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d5923

Please sign in to comment.