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 <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to