Merge pull request #31555 from mtaufen/eviction-pod-name

Memory eviction test podName must be lowercase
This commit is contained in:
Phillip Wittrock 2016-08-29 17:42:10 -07:00 committed by GitHub
commit 956501b1f0

View File

@ -145,7 +145,7 @@ var _ = framework.KubeDescribe("MemoryEviction [Slow] [Serial] [Disruptive]", fu
// Finally, try starting a new pod and wait for it to be scheduled and running.
// This is the final check to try to prevent interference with subsequent tests.
podName := "admitBestEffortPod"
podName := "admit-best-effort-pod"
f.PodClient().CreateSync(&api.Pod{
ObjectMeta: api.ObjectMeta{
Name: podName,