Change in osmo-gsm-tester[master]: 4g-iperf-*: registers one UE in the iperf parameterized tests in the ...

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/.

Alejandro Leal gerrit-no-reply at lists.osmocom.org
Wed May 19 14:38:57 UTC 2021


Alejandro Leal has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24280 )


Change subject: 4g-iperf-*: registers one UE in the iperf parameterized tests in the 4g test suite.
......................................................................

4g-iperf-*: registers one UE in the iperf parameterized tests in the 4g test suite.

Registers the first UE in the enb for the parameterized tests (iperf3-bidir, iperf3-dl and iperf3-ul).
This will be modified once the enb supports more than one UE.

Change-Id: Idfb641fe9fab83179d00d265e26fd231d5977081
---
M sysmocom/suites/4g/iperf3_bidir.py
M sysmocom/suites/4g/iperf3_dl.py
M sysmocom/suites/4g/iperf3_ul.py
3 files changed, 3 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/80/24280/1

diff --git a/sysmocom/suites/4g/iperf3_bidir.py b/sysmocom/suites/4g/iperf3_bidir.py
index 73cb03b..bfeb95f 100755
--- a/sysmocom/suites/4g/iperf3_bidir.py
+++ b/sysmocom/suites/4g/iperf3_bidir.py
@@ -41,8 +41,7 @@
   epc.subscriber_add(ue[n])
 epc.start()
 
-for n in range(0, nof_ue):
-  enb.ue_add(ue[n])
+enb.ue_add(ue[0])
 enb.start(epc)
 
 print('waiting for ENB to connect to EPC...')
diff --git a/sysmocom/suites/4g/iperf3_dl.py b/sysmocom/suites/4g/iperf3_dl.py
index 3c6eb0f..a8bcb64 100755
--- a/sysmocom/suites/4g/iperf3_dl.py
+++ b/sysmocom/suites/4g/iperf3_dl.py
@@ -41,8 +41,7 @@
   epc.subscriber_add(ue[n])
 epc.start()
 
-for n in range(0, nof_ue):
-  enb.ue_add(ue[n])
+enb.ue_add(ue[0])
 enb.start(epc)
 
 print('waiting for ENB to connect to EPC...')
diff --git a/sysmocom/suites/4g/iperf3_ul.py b/sysmocom/suites/4g/iperf3_ul.py
index 541b0d0..f566ce2 100755
--- a/sysmocom/suites/4g/iperf3_ul.py
+++ b/sysmocom/suites/4g/iperf3_ul.py
@@ -41,8 +41,7 @@
   epc.subscriber_add(ue[n])
 epc.start()
 
-for n in range(0, nof_ue):
-  enb.ue_add(ue[n])
+enb.ue_add(ue[0])
 enb.start(epc)
 
 print('waiting for ENB to connect to EPC...')

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24280
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: Idfb641fe9fab83179d00d265e26fd231d5977081
Gerrit-Change-Number: 24280
Gerrit-PatchSet: 1
Gerrit-Owner: Alejandro Leal <alejandro.leal at srs.io>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210519/08cf5246/attachment.htm>


More information about the gerrit-log mailing list