summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Singh <shubhammahar1306@gmail.com>2024-07-19 01:02:19 +0530
committerShubham Singh <shubhammahar1306@gmail.com>2024-07-19 01:02:19 +0530
commit617cf90fa66606c52e4fe5c450fabc56535b732c (patch)
tree61673b00269e4f208be02f2b1ead86da14e29882
parentMerge pull request #5523 from tangming1996/bugfix/device (diff)
downloadkubeedge-617cf90fa66606c52e4fe5c450fabc56535b732c.tar.gz
mispell
Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>
-rw-r--r--edge/test/integration/appdeployment/application_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/edge/test/integration/appdeployment/application_test.go b/edge/test/integration/appdeployment/application_test.go
index d1bda2403..f67b2a980 100644
--- a/edge/test/integration/appdeployment/application_test.go
+++ b/edge/test/integration/appdeployment/application_test.go
@@ -125,7 +125,7 @@ var _ = Describe("Application deployment in edgecore Testing", func() {
CheckPodRunningState(ctx.Cfg.EdgedEndpoint+AppHandler, UID)
})
- It("TC_TEST_APP_DEPLOYMENT_7: Test application deployment with restrat policy : always", func() {
+ It("TC_TEST_APP_DEPLOYMENT_7: Test application deployment with restart policy : always", func() {
//Generate the random string and assign as a UID
UID = "deployment-app-" + edge.GetRandomString(10)
IsAppDeployed := HandleAddAndDeletePods(http.MethodPut, ctx.Cfg.TestManager+AppHandler, UID, []v1.Container{{Name: UID, Image: ctx.Cfg.AppImageURL[0], ImagePullPolicy: v1.PullIfNotPresent}}, v1.RestartPolicyAlways)