Attention is currently required from: arehbein. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/30980 )
Change subject: scripts/osmotestconfig.py: Fix tests failing due to attempted copy on socket files ......................................................................
Patch Set 5:
(1 comment)
File scripts/osmotestconfig.py:
https://gerrit.osmocom.org/c/python/osmo-python-tests/+/30980/comment/97c240... PS5, Line 80: ign = shutil.ignore_patterns('*.cfg', '*tmp_dummy_sock')
The files are created by the `ctrl_test_runner. […]
It's the first time I actually realize the existence of this socket. I'm not even sure about its purpose :O
In any case, this file name looks per-project specific. I'd maybe add a new optional param to copy_config which users inside each project can pass a list of patterns to ignore.