Skip to content

Commit

Permalink
another typo change
Browse files Browse the repository at this point in the history
Signed-off-by: vezio <tyler.rimaldi@ibm.com>
  • Loading branch information
vezio committed Aug 25, 2024
1 parent 7f0487c commit de7e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopilot-daemon/pkg/handlers/healthchecks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit de7e2a1

Please sign in to comment.