Merge pull request #16382 from aveshagarwal/master-e2e-prestop

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-10-28 21:36:35 -07:00
commit e4924a4d36

View File

@ -92,7 +92,7 @@ func testPreStop(c *client.Client, ns string) {
},
}
By(fmt.Sprintf("Creating tester pod %s in namespace %s", podDescr.Name, ns))
By(fmt.Sprintf("Creating tester pod %s in namespace %s", preStopDescr.Name, ns))
_, err = c.Pods(ns).Create(preStopDescr)
expectNoError(err, fmt.Sprintf("creating pod %s", preStopDescr.Name))
deletePreStop := true