aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/proxy_test.go
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2025-03-25 05:51:17 -0400
committerFlorin Coras <florin.coras@gmail.com>2025-03-25 18:59:06 +0000
commitfbd421eaa07ebf2296430732e9579cc486d89439 (patch)
tree9b85f448eb0c5efa3d89e85322a92301a743d4f6 /extras/hs-test/proxy_test.go
parentb1e2fc5b376da4859e994b9e6c914afd4c724019 (diff)
hs-test: iperf and redis server logs
send output to a log file for iperf server and redis server Type: test Change-Id: I07a5222e4717eee9cac3aab5c9a1a324d843e3b5 Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/proxy_test.go')
-rw-r--r--extras/hs-test/proxy_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/proxy_test.go b/extras/hs-test/proxy_test.go
index 7a8d9d9b6fb..b6b4df5d0cd 100644
--- a/extras/hs-test/proxy_test.go
+++ b/extras/hs-test/proxy_test.go
@@ -93,7 +93,7 @@ func vppProxyIperfMTTest(s *VppProxySuite, proto string) {
go func() {
defer GinkgoRecover()
- cmd := fmt.Sprintf("iperf3 -4 -s -B %s -p %s", s.ServerAddr(), fmt.Sprint(s.ServerPort()))
+ cmd := fmt.Sprintf("iperf3 -4 -s -B %s -p %s --logfile %s", s.ServerAddr(), fmt.Sprint(s.ServerPort()), s.IperfLogFileName(s.Containers.IperfS))
s.StartServerApp(s.Containers.IperfS, "iperf3", cmd, srvCh, stopServerCh)
}()