Attention is currently required from: msuraev.
arehbein has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/31516 )
Change subject: Transition to use of 'telnet_init_default'
......................................................................
Patch Set 2:
(1 comment)
File examples/sccp_demo_user.c:
https://gerrit.osmocom.org/c/libosmo-sccp/+/31516/comment/6b123123_21f3ba1a
PS1, Line 288: rc = telnet_init_default(NULL, NULL, 2324+client);
> It's better to put space around + for readability.
Done
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/31516
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
Gerrit-Change-Number: 31516
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-CC: msuraev <msuraev(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-Comment-Date: Sun, 26 Feb 2023 19:38:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: msuraev <msuraev(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: arehbein.
Hello Jenkins Builder, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/31516
to look at the new patch set (#2).
Change subject: Transition to use of 'telnet_init_default'
......................................................................
Transition to use of 'telnet_init_default'
Related: OS#5809
Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
---
M examples/sccp_demo_user.c
M stp/stp_main.c
M tests/vty/ss7_asp_vty_test.c
3 files changed, 13 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/16/31516/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/31516
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Icc57c68337d55c6594c1c36e9bf41624d11dab0a
Gerrit-Change-Number: 31516
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-CC: msuraev <msuraev(a)sysmocom.de>
Gerrit-Attention: arehbein <arehbein(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: osmith, msuraev.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/31424 )
Change subject: ttcn3-pgw-test: make the testsuite dir writable by all users
......................................................................
Patch Set 2:
(2 comments)
Patchset:
PS1:
> If the problem is in access to "$VOL_BASE_DIR/pgw-tester/" than why not simply "chmod -R 777 $VOL_BA […]
Done.
File ttcn3-pgw-test/jenkins.sh:
https://gerrit.osmocom.org/c/docker-playground/+/31424/comment/404e444f_69b…
PS1, Line 23: chmod 777 $(find $VOL_BASE_DIR -type d)
> why not "chmod -R 777 $VOL_BASE_DIR" instead, so the files can also be modified?
Doing what Max suggested should be enough. Other dirs don't really need to be writable.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/31424
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Icb6b30e618e290d974a919fef34c6b5cb7eeb648
Gerrit-Change-Number: 31424
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: msuraev <msuraev(a)sysmocom.de>
Gerrit-CC: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-Comment-Date: Sun, 26 Feb 2023 08:40:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Comment-In-Reply-To: msuraev <msuraev(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/docker-playground/+/31424
to look at the new patch set (#2).
Change subject: ttcn3-pgw-test: make the testsuite dir writable by all users
......................................................................
ttcn3-pgw-test: make the testsuite dir writable by all users
When running jenkins.sh as root or any other user with UID different
than UID=1000 of the 'osmocom' user we have in open5gs-{master,latest}
images, programs spawned by osmo-uecups-daemon (e.g. ping) may fail to
start. In such cases, osmo-uecups-daemon reports unexpected program
termination with exit code=512. This is happening because the
stdout and stderr of a spawned program are being redirected to
"$VOL_BASE_DIR/pgw-tester/TESTCASE.prog.std{out,err}", for which
the 'osmocom' user needs to have write permissions.
Change-Id: Icb6b30e618e290d974a919fef34c6b5cb7eeb648
Related: OS#5913
---
M ttcn3-pgw-test/jenkins.sh
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/24/31424/2
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/31424
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Icb6b30e618e290d974a919fef34c6b5cb7eeb648
Gerrit-Change-Number: 31424
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: msuraev <msuraev(a)sysmocom.de>
Gerrit-CC: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newpatchset