From d51c2ea58d5177eb471829a8887775df2973da84 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 3 Dec 2018 14:38:06 +0000 Subject: 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 --- src/osmo_gsm_tester/ms_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3