From 697e78565ce3aa95b34769ee6dee8190ff5393ea Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Mon, 9 Oct 2017 13:27:25 -0700 Subject: [PATCH] Update search string for failed scheduling --- 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 9015f964046..58fbb48d7fe 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -261,7 +261,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S reason: "FailedScheduling", pattern: make([]string, 2)} ep.pattern = append(ep.pattern, "MatchNodeSelector") - ep.pattern = append(ep.pattern, "No nodes are available") + ep.pattern = append(ep.pattern, "NoVolumeNodeConflict") for _, testVolType := range LocalVolumeTypes { It("should not be able to mount due to different NodeAffinity", func() {