Change in osmo-gsm-tester[master]: srsue: start_locally(): Fix missing class name in attribute access

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

pespin gerrit-no-reply at lists.osmocom.org
Tue Mar 31 12:22:27 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17687 )

Change subject: srsue: start_locally(): Fix missing class name in attribute access
......................................................................

srsue: start_locally(): Fix missing class name in attribute access

Change-Id: Iab4196b12ee12a06ba2129053f2291c1e4c284ff
---
M src/osmo_gsm_tester/srs_ue.py
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/osmo_gsm_tester/srs_ue.py b/src/osmo_gsm_tester/srs_ue.py
index 2dc5ddf..398fea7 100644
--- a/src/osmo_gsm_tester/srs_ue.py
+++ b/src/osmo_gsm_tester/srs_ue.py
@@ -177,7 +177,7 @@
     def start_locally(self):
         inst = util.Dir(os.path.abspath(self.suite_run.trial.get_inst('srslte')))
 
-        binary = inst.child('bin', BINFILE)
+        binary = inst.child('bin', srsUE.BINFILE)
         if not os.path.isfile(binary):
             raise log.Error('Binary missing:', binary)
         lib = inst.child('lib')

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17687
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: Iab4196b12ee12a06ba2129053f2291c1e4c284ff
Gerrit-Change-Number: 17687
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
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/20200331/7b531ea6/attachment.htm>


More information about the gerrit-log mailing list