aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2018-12-03 14:38:06 +0000
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2018-12-04 09:29:14 +0000
commitd51c2ea58d5177eb471829a8887775df2973da84 (patch)
treeaee8cb3748657ed661cb1e45bc3ba7cf92974cde
parent6bf882260ad4a2755102390db5ba96a8aed3c42a (diff)
md_driver: Store the virtphy unix sockets in the temp directory
Storing them inside the testrun directory will most likely violate the file length limit of the AF_UNIX files. This has happened on the jenkins test run and can not be mitigated by picking shorter paths in the code. We are already storing the event server in a tmp directory and can add subdirs+files there. Change-Id: I9ba4cd5c3e220ec10fc7c3160d7211daa821358f
-rw-r--r--src/osmo_gsm_tester/ms_driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo_gsm_tester/ms_driver.py b/src/osmo_gsm_tester/ms_driver.py
index bc1cce9..e8e543c 100644
--- a/src/osmo_gsm_tester/ms_driver.py
+++ b/src/osmo_gsm_tester/ms_driver.py
@@ -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.event_server_sk_tmp_dir),
suite_run=self._suite_run)
# TODO: We should pass subscribers down to the test and not get it from