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

Change-Id: Iab4196b12ee12a06ba2129053f2291c1e4c284ff
This commit is contained in:
Pau Espin 2020-03-31 11:46:04 +02:00
parent f4cce26173
commit 9aa932fd11
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class srsUE(MS):
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')