Revert "fix: e2e test failed after coredns-custom merge"

This reverts commit 8e699fe874.
main v5.7.1
iwilltry42 3 days ago
parent 1067c1a84a
commit 35dbaa4ded
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 2
      tests/test_full_lifecycle.sh

@ -91,7 +91,7 @@ sleep 5
# 6. test host.k3d.internal
info "Checking DNS Lookup for host.k3d.internal via Ping..."
kubectl describe cm coredns-custom -n kube-system | grep "host.k3d.internal" > /dev/null 2>&1 || failed "Couldn't find host.k3d.internal in coredns-custom configmap"
kubectl describe cm coredns -n kube-system | grep "host.k3d.internal" > /dev/null 2>&1 || failed "Couldn't find host.k3d.internal in CoreDNS configmap"
wait_for_pod_exec "testimage" "ping -c1 host.k3d.internal" 15 || failed "Pinging host.k3d.internal failed"
# Cleanup

Loading…
Cancel
Save