aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/infra/utils.go
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2024-09-19 17:19:39 +0200
committerFlorin Coras <florin.coras@gmail.com>2024-10-03 19:23:49 +0000
commit46ab0b22bb2915c28ae30d26501ea4cfa1f9b577 (patch)
treea6a7e803fd0665c8b6ac0b27d2eb09cea1965b98 /extras/hs-test/infra/utils.go
parentfae41c678320f4e63896d52e942cea59a44d9168 (diff)
hs-test: added nginx multi-thread tests
- added Dockerfile.envoy - removed nginx vcl.conf file as it's created by the framework now Type: test Change-Id: I5f2be015c864c8d2aa938a22b1abece64989999b Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/infra/utils.go')
-rw-r--r--extras/hs-test/infra/utils.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/infra/utils.go b/extras/hs-test/infra/utils.go
index 25d8519cb8a..ee528370280 100644
--- a/extras/hs-test/infra/utils.go
+++ b/extras/hs-test/infra/utils.go
@@ -254,6 +254,7 @@ func (s *HstSuite) StartWget(finished chan error, server_ip, port, query, netNs
netNs)
s.Log(cmd)
o, err := cmd.CombinedOutput()
+ s.Log(string(o))
if err != nil {
finished <- fmt.Errorf("wget error: '%v\n\n%s'", err, o)
return