ms_driver: Fix typos after recent refactorings

Change-Id: Id9709743648d60792ec64c97ab1bc6811c4e3e1e
This commit is contained in:
Pau Espin 2020-05-07 17:09:40 +02:00
parent fa02b9c677
commit 18ff1e6e25
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class MsDriver(log.Origin):
"""
# Get the base directory for the virtphy/mobile application
inst = util.Dir(os.path.abspath(self._testenv.trial.get_inst('osmocom-bb')))
inst = util.Dir(os.path.abspath(self._testenv.suite().trial().get_inst('osmocom-bb')))
# Assume these are dynamically linked and verify there is a lib dir.
lib = inst.child('lib')