From 08e3fb55881fff15135d0cfeb59612111a40949a Mon Sep 17 00:00:00 2001 From: Sandeep Rajan Date: Fri, 24 May 2019 11:08:58 -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 b10dd9ca816..eb8e790ba96 100644 --- a/test/e2e/network/dns_configmap.go +++ b/test/e2e/network/dns_configmap.go @@ -67,6 +67,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 @@ -83,6 +84,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 @@ -233,6 +235,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 @@ -332,6 +335,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 @@ -443,6 +447,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