mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 17:29:00 +00:00
Extra echo in services.sh e2e test to get it to pass
This commit is contained in:
@@ -206,6 +206,7 @@ function wait_for_service_up() {
|
||||
set -e;
|
||||
for i in $(seq -s' ' 1 $4); do
|
||||
curl -s --connect-timeout 1 http://$2:$3;
|
||||
echo
|
||||
done | sort | uniq
|
||||
"))
|
||||
|
||||
@@ -252,7 +253,8 @@ function verify_from_container() {
|
||||
ok=false
|
||||
for j in $(seq -s' ' 1 10); do
|
||||
if wget -q -T 1 -O - http://$2:$3; then
|
||||
ok=true
|
||||
echo
|
||||
ok=true
|
||||
break
|
||||
fi
|
||||
sleep 1
|
||||
|
Reference in New Issue
Block a user