tests/e2e: update k3s versions

This commit is contained in:
iwilltry42 2020-10-10 17:39:00 +02:00
parent f0ad42ce8d
commit 688c8d1ef6
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
CURR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 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; } [ -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=() FAILED_VERSIONS=()
# shellcheck source=./common.sh # shellcheck source=./common.sh

View File

@ -64,7 +64,7 @@ sleep 5
# 6. test host.k3d.internal # 6. test host.k3d.internal
info "Checking DNS Lookup for 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 # Cleanup