This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT".
The branch, master has been updated via f6ab3d8e9cc90a5bc028334ca96001a612a3e001 (commit) via b59b677c9b13483aac72b15f4f797863d841d958 (commit) via 8972d067544e526b9f5d03b03985f0c902c074d2 (commit) via 3ef39e9b9e258ec65f8af0276320da9c6cad7195 (commit) via 93a808eababa3376f350399b9ce1e96689845af8 (commit) from 99b5c56c04f3da4cda1ac65687265dfeb6c624dd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=f6ab3d8e9cc90a5b...
commit f6ab3d8e9cc90a5bc028334ca96001a612a3e001 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Fri Feb 24 20:49:51 2017 +0100
osmoutil: open /dev/null only once
Change-Id: Ic6da34f6c4c5cd3b0786788f4e38c9c6248fca1b
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=b59b677c9b13483a...
commit b59b677c9b13483aac72b15f4f797863d841d958 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Fri Feb 24 20:49:39 2017 +0100
osmoutil: try to terminate process instead of killing
Change-Id: Iaa978467b140e3d6dc5a2a6d8966282e64630ce7
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=8972d067544e526b...
commit 8972d067544e526b9f5d03b03985f0c902c074d2 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Fri Feb 24 20:49:34 2017 +0100
osmotestconfig: fix socket leak
Each running test would open up another socket without ever closing unused ones. Close the sockets after each test is done.
Change-Id: If97944a079e901439139161eae39181f5c800200
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=3ef39e9b9e258ec6...
commit 3ef39e9b9e258ec65f8af0276320da9c6cad7195 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Fri Feb 24 20:49:27 2017 +0100
osmoutil: centrally log process launches
Log Popen in osmoutil.py instead of in each python test. Launch message is being removed in openbsc's python tests and added here. (change-id Id8eb70ddfdc1d0d9f90aa5343a4ea522042c34ee)
Change-Id: I7e539abc3aeee91ae3e7635f9e28b9e557eaf969
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=93a808eababa3376...
commit 93a808eababa3376f350399b9ce1e96689845af8 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Fri Feb 24 20:49:21 2017 +0100
debug: monitor used TCP sockets and running osmo processes
Add global flag debug_tcp_sockets; if true, monitors all open TCP sockets of the system and running processes by regular 'ss' and 'ps' output, and logs which VTY sockets are opened and closed.
Change-Id: I0cc7dc049c66f29fe58fee204e74aa9e82c21989
-----------------------------------------------------------------------
Summary of changes: osmopy/obscvty.py | 33 +++++++++++++++++++++++++++++++++ osmopy/osmotestconfig.py | 3 +++ osmopy/osmoutil.py | 25 +++++++++++++++++++++---- 3 files changed, 57 insertions(+), 4 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org