Skip to content

Commit

Permalink
Revert "fix: e2e test failed after coredns-custom merge"
Browse files Browse the repository at this point in the history
This reverts commit 8e699fe.
  • Loading branch information
iwilltry42 committed Jul 5, 2024
1 parent 1067c1a commit 35dbaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_full_lifecycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35dbaa4

Please sign in to comment.