podName must be lowercase

pull/6/head
Michael Taufen 2016-08-26 15:07:08 -07:00
parent 315d7f365f
commit d0f84dd4e7
1 changed files with 1 additions and 1 deletions

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,