Add sig storage label to multizone static PV test

This commit is contained in:
Michelle Au 2017-11-09 16:15:50 -08:00
parent 3af06ccf5b
commit 36d16e0dbd

View File

@ -58,7 +58,7 @@ var _ = SIGDescribe("Multi-AZ Clusters", func() {
SpreadRCOrFail(f, int32((2*zoneCount)+1), image) SpreadRCOrFail(f, int32((2*zoneCount)+1), image)
}) })
It("should schedule pods in the same zones as statically provisioned PVs", func() { It("should schedule pods in the same zones as statically provisioned PVs [sig-storage]", func() {
PodsUseStaticPVsOrFail(f, (2*zoneCount)+1, image) PodsUseStaticPVsOrFail(f, (2*zoneCount)+1, image)
}) })
}) })