Skip to content

Commit b91c463

Browse files
committed
No need for overly strict criteria for judgment
http container support container log. No need http server start success Signed-off-by: jokemanfire <[email protected]>
1 parent b2a1e51 commit b91c463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/validate/multi_container_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var _ = framework.KubeDescribe("Multiple Containers [Conformance]", func() {
9292
httpdStatus, err := rc.ContainerStatus(context.TODO(), httpdContainerID, false)
9393
Expect(err).NotTo(HaveOccurred(), "get httpd container status")
9494
Eventually(verifyContainerLog(httpdStatus.GetStatus().GetLogPath(),
95-
"httpd -D FOREGROUND"), time.Minute, 100*time.Millisecond).Should(BeTrue())
95+
"httpd"), time.Minute, 100*time.Millisecond).Should(BeTrue())
9696

9797
busyboxStatus, err := rc.ContainerStatus(context.TODO(), busyboxContainerID, false)
9898
Expect(err).NotTo(HaveOccurred(), "get busybox container status")

0 commit comments

Comments
 (0)