From c0b900e0b75e281987d272720973387955662551 Mon Sep 17 00:00:00 2001 From: Wenqi Qiu Date: Mon, 5 Feb 2024 16:28:58 +0800 Subject: [PATCH] Update container name Signed-off-by: Wenqi Qiu --- test/performance/framework/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/performance/framework/pods.go b/test/performance/framework/pods.go index 292586718b8..f6a4cfa8503 100644 --- a/test/performance/framework/pods.go +++ b/test/performance/framework/pods.go @@ -43,7 +43,7 @@ const ( var ( workloadPodContainer = corev1.Container{ - Name: "busybox", + Name: client_pod.ScaleClientContainerName, Image: "busybox", ImagePullPolicy: corev1.PullIfNotPresent, Command: []string{"httpd", "-f"},