From 95b0c3bde076eb3e0b9817145e931a74dd312a11 Mon Sep 17 00:00:00 2001 From: Sandeep Rajan Date: Tue, 3 Sep 2019 10:34:27 -0400 Subject: [PATCH] add ready plugin to dns tests --- test/e2e/network/dns_configmap.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/e2e/network/dns_configmap.go b/test/e2e/network/dns_configmap.go index 37e072cd3d2..e274598cd1e 100644 --- a/test/e2e/network/dns_configmap.go +++ b/test/e2e/network/dns_configmap.go @@ -68,6 +68,7 @@ func (t *dnsFederationsConfigMapTest) run() { valid1 := map[string]string{ "Corefile": fmt.Sprintf(`.:53 { health + ready kubernetes %v in-addr.arpa ip6.arpa { pods insecure upstream @@ -84,6 +85,7 @@ func (t *dnsFederationsConfigMapTest) run() { valid2 := map[string]string{ "Corefile": fmt.Sprintf(`:53 { health + ready kubernetes %v in-addr.arpa ip6.arpa { pods insecure upstream @@ -234,6 +236,7 @@ func (t *dnsNameserverTest) run(isIPv6 bool) { t.setConfigMap(&v1.ConfigMap{Data: map[string]string{ "Corefile": fmt.Sprintf(`.:53 { health + ready kubernetes %v in-addr.arpa ip6.arpa { pods insecure upstream @@ -333,6 +336,7 @@ func (t *dnsPtrFwdTest) run(isIPv6 bool) { t.setConfigMap(&v1.ConfigMap{Data: map[string]string{ "Corefile": fmt.Sprintf(`.:53 { health + ready kubernetes %v in-addr.arpa ip6.arpa { pods insecure upstream @@ -444,6 +448,7 @@ func (t *dnsExternalNameTest) run(isIPv6 bool) { t.setConfigMap(&v1.ConfigMap{Data: map[string]string{ "Corefile": fmt.Sprintf(`.:53 { health + ready kubernetes %v in-addr.arpa ip6.arpa { pods insecure upstream