From de7e2a1b9d530af6464379db5e61264e454827dd Mon Sep 17 00:00:00 2001 From: vezio Date: Sun, 25 Aug 2024 15:32:18 -0400 Subject: [PATCH] another typo change Signed-off-by: vezio --- autopilot-daemon/pkg/handlers/healthchecks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopilot-daemon/pkg/handlers/healthchecks.go b/autopilot-daemon/pkg/handlers/healthchecks.go index 106168f..b16dde1 100644 --- a/autopilot-daemon/pkg/handlers/healthchecks.go +++ b/autopilot-daemon/pkg/handlers/healthchecks.go @@ -342,7 +342,7 @@ func startIperfServers(replicas string) (*[]byte, error) { } func startIperfClients(dstip string, dstport string, numclients string) (*[]byte, error) { - out, err := exec.Command("python3", "./network/start_iperf_clients.py", "--dstip", dstip, "--dstport", dstport, "--numclients", numclients).CombinedOutput() + out, err := exec.Command("python3", "./network/iperf3_start_clients.py.py", "--dstip", dstip, "--dstport", dstport, "--numclients", numclients).CombinedOutput() if err != nil { klog.Info(string(out)) klog.Error(err.Error())