Skip to content

Changes

Summary

  1. ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest (details)
  2. osmo-uecups-master: make osmocom user avilable (details)
  3. debian-bullseye-titan-*/Dockerfile: Replace inetutils-ping with (details)
Commit 4a9f22b864e20f20bad14eac1a1da999b75ba6b8 by Pau Espin Pedrol
ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest

Older commit disabled the talloc report checks but forgot to add the
same line to the with-pfcp/ variant, and as a result the sed command in
jenkins.sh won't work there.

Fixes: cb4897e4c09f7213c929dfd85f1657d697e6bf3d
Change-Id: Id4eed548b3a552747e95784be3654952e10e96ab
The file was modified ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg
Commit e0a1b5b454ae7425e317909722b6b5c268a022dc by laforge
osmo-uecups-master: make osmocom user avilable

Bring back the osmocom user that was removed earlier to fix a UID
conflict with the build user.

The osmocom user is being used after all, the TTCN-3 PGW tests use it to
start commands as "osmocom" user in osmo-uecups-master. This lead to e.g.
PGW_Tests.TC_createSession_ping4 failing.

Rename the user instead of adding a new one, so it can write log files
to the log dir as the same UID as the user that runs docker.

Fixes: 94f8a8 ("osmo-uecups-master: remove useradd")
Related: OS#6057
Change-Id: I2b29d7fedcf3e0a4c17bfbad16077098f94c529b
The file was modified osmo-uecups-master/Dockerfile
Commit 9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e by laforge
debian-bullseye-titan-*/Dockerfile: Replace inetutils-ping with iputils-ping

iCurrently we install inetutils-ping in some docker images and
iputils-ping in others; let's make it more uniform to avoid running
different implementations in different images.
The iputils-ping provides further linux-specific features, such as the
"-I interface" param, which is used by some images, so let's pick that
one everywhere.

Change-Id: If11a1c2ae1115b585b6a44a45e9569c16856d8c4
The file was modified debian-bullseye-titan-master/Dockerfile
The file was modified debian-bullseye-titan/Dockerfile