Change in osmo-gsm-tester[master]: md_driver: Store the virtphy unix sockets in the temp directory

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.org
Tue Dec 4 13:33:59 UTC 2018


Holger Freyther has uploaded this change for review. ( https://gerrit.osmocom.org/12104


Change subject: md_driver: Store the virtphy unix sockets in the temp directory
......................................................................

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
---
M src/osmo_gsm_tester/ms_driver.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/04/12104/1

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 @@
         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

-- 
To view, visit https://gerrit.osmocom.org/12104
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ba4cd5c3e220ec10fc7c3160d7211daa821358f
Gerrit-Change-Number: 12104
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <holger at freyther.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181204/ba4ae6ab/attachment.htm>


More information about the gerrit-log mailing list