X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2Fproxy_test.go;h=f592426cf47dfa8187de02ff9751b7cab3dbac4c;hb=3f951433b89df4639bb2ae8f297aee90c70cebf5;hp=70fb526e14f7421f19db01241b96fd0f8e0cd731;hpb=f4b82f52e8b0fcc59a4c3020724022a7bc184b1a;p=vpp.git diff --git a/extras/hs-test/proxy_test.go b/extras/hs-test/proxy_test.go index 70fb526e14f..f592426cf47 100644 --- a/extras/hs-test/proxy_test.go +++ b/extras/hs-test/proxy_test.go @@ -30,7 +30,7 @@ func testProxyHttpTcp(s *NsSuite) error { s.log("http server started...") - c := fmt.Sprintf("ip netns exec client wget --retry-connrefused --retry-on-http-error=503 --tries=10 -O %s 10.0.0.2:555/%s", outputFile, srcFile) + c := fmt.Sprintf("ip netns exec client wget --no-proxy --retry-connrefused --retry-on-http-error=503 --tries=10 -O %s 10.0.0.2:555/%s", outputFile, srcFile) _, err = exechelper.CombinedOutput(c) s.assertNil(err, "failed to run wget") stopServer <- struct{}{}