From 25b97dae82da5c826273c2bc6bf5fd26c88e02fd Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 9 Dec 2023 19:49:50 -0800 Subject: [PATCH] Change ipamperf test to new setup_env --- test/integration/ipamperf/test-performance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/ipamperf/test-performance.sh b/test/integration/ipamperf/test-performance.sh index fb3fc88f356..976a2237a17 100755 --- a/test/integration/ipamperf/test-performance.sh +++ b/test/integration/ipamperf/test-performance.sh @@ -70,7 +70,7 @@ done KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../../../ source "${KUBE_ROOT}/hack/lib/init.sh" -kube::golang::old::setup_env +kube::golang::new::setup_env DIR_BASENAME=$(dirname "${BASH_SOURCE[0]}") pushd "${DIR_BASENAME}"