Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
test: correct E2E message during vmss-prototype test (#4205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Jan 28, 2021
1 parent 517db10 commit 48ecc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@ var _ = Describe("Azure Container Cluster using the Kubernetes Orchestrator", fu
start = time.Now()
_, err = pod.WaitForMinRunningByLabelWithRetry(numLargeContainerPods+2, "app", "large-container-daemonset", "default", 5*time.Second, cfg.Timeout)
Expect(err).NotTo(HaveOccurred())
By("Ensuring that the daemonset pod achieved a Running state in under 5 seconds")
By("Ensuring that the daemonset pod achieved a Running state quicker compared to a pre-vmss-prototype-built node")
elapsed = time.Since(start)
log.Printf("Took %s for large-container-daemonset pod to reach Running state on new node built from prototype\n", elapsed)
Expect(elapsed < timeToLargeContainerDaemonsetRunningBaseline).To(BeTrue())
Expand Down

0 comments on commit 48ecc4a

Please sign in to comment.