aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/iperf_linux_test.go
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2025-03-17 10:43:06 +0100
committerDave Wallace <dwallacelf@gmail.com>2025-03-17 15:19:12 +0000
commitd9c2d94e80444f0eec5dddf86a7a98d335761f48 (patch)
tree9fcb29c64e5d2ddd9a34b2003a51eeae744aefad /extras/hs-test/iperf_linux_test.go
parente3ddc458b08e71a855e0244833cf1a910ec167ad (diff)
hs-test: lower minimum iperf perf requirements
- lowering because of ubuntu 24.04 Type: test Change-Id: I35ec190f10bda0ea0bfe815f00ac147e451b3607 Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/iperf_linux_test.go')
-rw-r--r--extras/hs-test/iperf_linux_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/iperf_linux_test.go b/extras/hs-test/iperf_linux_test.go
index ead9cc81e43..27235727327 100644
--- a/extras/hs-test/iperf_linux_test.go
+++ b/extras/hs-test/iperf_linux_test.go
@@ -44,5 +44,5 @@ func IperfUdpLinuxTest(s *IperfSuite) {
output := <-clnRes
result := s.ParseJsonIperfOutput(output)
s.LogJsonIperfOutput(result)
- s.AssertIperfMinTransfer(result, 800)
+ s.AssertIperfMinTransfer(result, 400)
}