Change in osmo-gsm-tester[master]: srsenb: 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 08:46:22 UTC 2020


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


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

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

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



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

diff --git a/src/osmo_gsm_tester/srs_enb.py b/src/osmo_gsm_tester/srs_enb.py
index f5d3fdf..1df8074 100644
--- a/src/osmo_gsm_tester/srs_enb.py
+++ b/src/osmo_gsm_tester/srs_enb.py
@@ -160,7 +160,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', srsENB.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/+/17685
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: I5e11dc9c3c0dcf4808a3ad67fe96580480fe47d1
Gerrit-Change-Number: 17685
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200331/91eb5fb2/attachment.htm>


More information about the gerrit-log mailing list