Skip to content

Commit be1a1d7

Browse files
Merge pull request #30961 from jcaamano/bgp-fix-curl
OCPBUGS-81685: OVNK BGP: fix curl arguments not properly tokenized
2 parents c2c4593 + 1b0ff0f commit be1a1d7

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)