From 9d0e1c64c21300a866d6c5105dc77b5508eafc7f Mon Sep 17 00:00:00 2001 From: Adelina Tuvenie Date: Tue, 29 Sep 2020 17:14:13 +0300 Subject: [PATCH] Fix test "[sig-windows] DNS should support configurable pod DNS servers" With the changes introduced by agnhost refactoring PR ( #87266 ), this test was left searching for a invalid container name. Updated to the proper name. --- test/e2e/windows/dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/windows/dns.go b/test/e2e/windows/dns.go index d5945fd6a1f..bea90ec5277 100644 --- a/test/e2e/windows/dns.go +++ b/test/e2e/windows/dns.go @@ -67,7 +67,7 @@ var _ = SIGDescribe("DNS", func() { Command: cmd, Namespace: f.Namespace.Name, PodName: testUtilsPod.Name, - ContainerName: "util", + ContainerName: "agnhost-container", CaptureStdout: true, CaptureStderr: true, })