Change in osmo-gsm-tester[master]: relax max_rate for iperf UL/DL tests

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Andre Puschmann gerrit-no-reply at lists.osmocom.org
Mon Mar 23 13:18:11 UTC 2020


Andre Puschmann has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17535 )

Change subject: relax max_rate for iperf UL/DL tests
......................................................................

relax max_rate for iperf UL/DL tests

Change-Id: Ia243156931918d5ab013c64c37823bc2e400798e
---
M suites/4g/iperf3_dl.py
M suites/4g/iperf3_ul.py
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/suites/4g/iperf3_dl.py b/suites/4g/iperf3_dl.py
index c98251b..38a3891 100755
--- a/suites/4g/iperf3_dl.py
+++ b/suites/4g/iperf3_dl.py
@@ -44,6 +44,6 @@
 print_results(iperf3cli.get_results(), iperf3srv.get_results())
 
 max_rate = enb.ue_max_rate(downlink=True)
-res_str = ue.verify_metric(max_rate * 0.9, operation='avg', metric='dl_brate', criterion='gt')
+res_str = ue.verify_metric(max_rate * 0.8, operation='avg', metric='dl_brate', criterion='gt')
 print(res_str)
 test.set_report_stdout(res_str)
diff --git a/suites/4g/iperf3_ul.py b/suites/4g/iperf3_ul.py
index fe963a9..f467696 100755
--- a/suites/4g/iperf3_ul.py
+++ b/suites/4g/iperf3_ul.py
@@ -44,6 +44,6 @@
 print_results(iperf3cli.get_results(), iperf3srv.get_results())
 
 max_rate = enb.ue_max_rate(downlink=False)
-res_str = ue.verify_metric(max_rate * 0.9, operation='avg', metric='ul_brate', criterion='gt')
+res_str = ue.verify_metric(max_rate * 0.8, operation='avg', metric='ul_brate', criterion='gt')
 print(res_str)
 test.set_report_stdout(res_str)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17535
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Ia243156931918d5ab013c64c37823bc2e400798e
Gerrit-Change-Number: 17535
Gerrit-PatchSet: 2
Gerrit-Owner: Andre Puschmann <andre at softwareradiosystems.com>
Gerrit-Reviewer: Andre Puschmann <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200323/f5003d97/attachment.htm>


More information about the gerrit-log mailing list