tests/e2e: update k3s versions
This commit is contained in:
parent
f0ad42ce8d
commit
688c8d1ef6
@ -3,7 +3,7 @@
|
||||
CURR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
[ -d "$CURR_DIR" ] || { echo "FATAL: no current dir (maybe running in zsh?)"; exit 1; }
|
||||
|
||||
K3S_VERSIONS=("v1.17.12-k3s1" "v1.18.9-k3s1" "v1.19.2-rc2-k3s1" "v1.19.1-k3s1")
|
||||
K3S_VERSIONS=("v1.17.12-k3s1" "v1.18.9-k3s1" "v1.19.2-k3s1")
|
||||
FAILED_VERSIONS=()
|
||||
|
||||
# shellcheck source=./common.sh
|
||||
|
@ -64,7 +64,7 @@ sleep 5
|
||||
|
||||
# 6. test host.k3d.internal
|
||||
info "Checking DNS Lookup for host.k3d.internal"
|
||||
wait_for_pod_exec "testimage" "nslookup host.k3d.internal" 10
|
||||
wait_for_pod_exec "testimage" "nslookup host.k3d.internal" 15 || failed "DNS Lookup for host.k3d.internal failed"
|
||||
|
||||
# Cleanup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user