X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2Fhttp_test.go;h=9872f8db560e505a053d5caf6053622c2d76ad2b;hb=87241fefd94423cdc50cfe6b1b54fec955b5f0d3;hp=53e6ec22ac32513d1c43ec47d7f28e4fcbfe7112;hpb=01fe7ab88efe1771618358ee5e90f56996ba909e;p=vpp.git diff --git a/extras/hs-test/http_test.go b/extras/hs-test/http_test.go index 53e6ec22ac3..9872f8db560 100644 --- a/extras/hs-test/http_test.go +++ b/extras/hs-test/http_test.go @@ -53,7 +53,7 @@ func (s *NoTopoSuite) TestNginxHttp3() { defer func() { os.Remove(query) }() curlCont := s.getContainerByName("curl") - args := fmt.Sprintf("curl --noproxy '*' --http3-only -k https://%s:8443/%s", serverAddress, query) + args := fmt.Sprintf("curl --noproxy '*' --local-port 55444 --http3-only -k https://%s:8443/%s", serverAddress, query) curlCont.extraRunningArgs = args o, err := curlCont.combinedOutput() s.assertNil(err)