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/.
Holger Freyther gerrit-no-reply at lists.osmocom.orgHolger Freyther has submitted this change and it was merged. ( https://gerrit.osmocom.org/12054 )
Change subject: Fix and use the right member variable
......................................................................
Fix and use the right member variable
Change-Id: Ib5d50322ecd30c7724eef8452d22845450e9c633
---
M src/osmo_gsm_tester/ms_driver.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
Jenkins Builder: Verified
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 @@
"""
# 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 @@
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
--
To view, visit https://gerrit.osmocom.org/12054
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5d50322ecd30c7724eef8452d22845450e9c633
Gerrit-Change-Number: 12054
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181203/6f410ab0/attachment.htm>