Skip to content

Commit 1b0ff0f

Browse files
committed
OVNK BGP: fix curl arguments not properly tokenized
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>
1 parent c77ff4a commit 1b0ff0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extended/networking/route_advertisements.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ func checkExternalResponse(oc *exutil.CLI, proberPod *corev1.Pod, podIP, Externa
11751175
g.By("Making sure that external host IP presents in the sniffer packet log")
11761176
var lastErr error
11771177
o.Eventually(func() bool {
1178-
output, err := runOcWithRetry(oc.AsAdmin(), "exec", proberPod.Name, "--", "curl", "-m 3", "-s", url)
1178+
output, err := runOcWithRetry(oc.AsAdmin(), "exec", proberPod.Name, "--", "curl", "-m3", "-s", url)
11791179
if err != nil {
11801180
lastErr = fmt.Errorf("failed to execute curl command: %v", err)
11811181
return false

0 commit comments

Comments
 (0)