From: Florin Coras Date: Thu, 6 Jun 2024 07:08:27 +0000 (-0400) Subject: hs-test: more debug output in http3 test X-Git-Tag: v25.02-rc0~213 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F41085%2F1;p=vpp.git hs-test: more debug output in http3 test Type: test Change-Id: I4d2b949f5ef5446c04ca6f35b0bd659ce389170f Signed-off-by: Florin Coras --- diff --git a/extras/hs-test/http_test.go b/extras/hs-test/http_test.go index 875d489b343..f7a160c8764 100644 --- a/extras/hs-test/http_test.go +++ b/extras/hs-test/http_test.go @@ -90,6 +90,7 @@ func NginxHttp3Test(s *NoTopoSuite) { 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.log(o) s.assertNil(err, fmt.Sprint(err)) s.assertContains(o, "", " not found in the result!") } diff --git a/extras/hs-test/script/nginx_ldp.sh b/extras/hs-test/script/nginx_ldp.sh index 4a22e14aaf7..a6b0a20e47b 100755 --- a/extras/hs-test/script/nginx_ldp.sh +++ b/extras/hs-test/script/nginx_ldp.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -LD_PRELOAD=$LDP $@ 2>&1 > /proc/1/fd/1 +$1 -v && LD_PRELOAD=$LDP $@ 2>&1 > /proc/1/fd/1