test: enhance still failing test

This commit is contained in:
Michail Kargakis
2017-02-07 22:17:37 +01:00
parent 3527153426
commit 6f44fbde52
2 changed files with 10 additions and 5 deletions

View File

@@ -1215,7 +1215,7 @@ func testFailedDeployment(f *framework.Framework) {
replicas := int32(1)
// Create a nginx deployment.
deploymentName := "nginx"
deploymentName := "progress-check"
nonExistentImage := "nginx:not-there"
ten := int32(10)
d := framework.NewDeployment(deploymentName, replicas, podLabels, nginxImageName, nonExistentImage, extensions.RecreateDeploymentStrategyType)