From fc8020fd9e1cf73caa3f620b1a0df54dc70b4eb4 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Fri, 5 Jan 2018 11:29:28 -0800 Subject: [PATCH] Fix local e2e test with changed error message --- test/e2e/storage/persistent_volumes-local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index 79fd1f7c636..59def78cb62 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -317,7 +317,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolum reason: "FailedMount", pattern: make([]string, 2)} ep.pattern = append(ep.pattern, "NodeSelectorTerm") - ep.pattern = append(ep.pattern, "Storage node affinity check failed") + ep.pattern = append(ep.pattern, "MountVolume.NodeAffinity check failed") It("should not be able to mount due to different NodeName", func() { testPodWithNodeName(config, testVolType, ep, config.nodes[1].Name, makeLocalPodWithNodeName, testMode)