From d9c2d94e80444f0eec5dddf86a7a98d335761f48 Mon Sep 17 00:00:00 2001 From: Adrian Villin Date: Mon, 17 Mar 2025 10:43:06 +0100 Subject: hs-test: lower minimum iperf perf requirements - lowering because of ubuntu 24.04 Type: test Change-Id: I35ec190f10bda0ea0bfe815f00ac147e451b3607 Signed-off-by: Adrian Villin --- extras/hs-test/iperf_linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/iperf_linux_test.go') 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) } -- cgit