aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_gsm_tester/ms_driver.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2018-12-02 15:52:17 +0000
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2018-12-02 16:09:37 +0000
commit51ae2b5f5ce2ed190920d44b994b7027cda4c64a (patch)
tree0e2394fafaa402e8ef3aad34981559ee210c76ac /src/osmo_gsm_tester/ms_driver.py
parent8028463e5742d68af81c92325f5f42a0b1093d73 (diff)
Fix and use the right member variable
Diffstat (limited to 'src/osmo_gsm_tester/ms_driver.py')
-rw-r--r--src/osmo_gsm_tester/ms_driver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo_gsm_tester/ms_driver.py b/src/osmo_gsm_tester/ms_driver.py
index 634370f..b29859b 100644
--- a/src/osmo_gsm_tester/ms_driver.py
+++ b/src/osmo_gsm_tester/ms_driver.py
@@ -82,7 +82,7 @@ class MsDriver(log.Origin):
"""
# Get the base directory for the virtphy/mobile application
- inst = util.Dir(os.path.abspath(self.suite_run.trial.get_inst('osmocom-bb')))
+ inst = util.Dir(os.path.abspath(self._suite_run.trial.get_inst('osmocom-bb')))
# Assume these are dynamically linked and verify there is a lib dir.
lib = inst.child('lib')
@@ -113,7 +113,7 @@ class MsDriver(log.Origin):
options = self.build_binary_options()
self._test_case = MassUpdateLocationTest("mass", options, self._num_ms, self._cdf,
self._ev_server,
- util.Dir(self.suite_run.get_test_run_dir()),
+ util.Dir(self._suite_run.get_test_run_dir()),
suite_run=self._suite_run)
# TODO: We should pass subscribers down to the test and not get it from