diff options
Diffstat (limited to 'extras/hs-test')
-rw-r--r-- | extras/hs-test/iperf_linux_test.go | 2 | ||||
-rw-r--r-- | extras/hs-test/ldp_test.go | 2 | ||||
-rw-r--r-- | extras/hs-test/proxy_test.go | 2 |
3 files changed, 3 insertions, 3 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) } diff --git a/extras/hs-test/ldp_test.go b/extras/hs-test/ldp_test.go index 590c7c3826d..3120f1c5813 100644 --- a/extras/hs-test/ldp_test.go +++ b/extras/hs-test/ldp_test.go @@ -71,7 +71,7 @@ func ldPreloadIperfVpp(s *LdpSuite, useUdp bool) { output := <-clnRes result := s.ParseJsonIperfOutput(output) s.LogJsonIperfOutput(result) - s.AssertIperfMinTransfer(result, 400) + s.AssertIperfMinTransfer(result, 50) } func RedisBenchmarkTest(s *LdpSuite) { diff --git a/extras/hs-test/proxy_test.go b/extras/hs-test/proxy_test.go index 7cb33169b8e..7a8d9d9b6fb 100644 --- a/extras/hs-test/proxy_test.go +++ b/extras/hs-test/proxy_test.go @@ -109,7 +109,7 @@ func vppProxyIperfMTTest(s *VppProxySuite, proto string) { s.AssertChannelClosed(time.Minute*4, clnCh) result := s.ParseJsonIperfOutput(<-clnRes) s.LogJsonIperfOutput(result) - s.AssertIperfMinTransfer(result, 400) + s.AssertIperfMinTransfer(result, 200) } func VppProxyHttpGetTcpTest(s *VppProxySuite) { |