osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40312?usp=email )
Change subject: testenv: podman: add missing tree command ......................................................................
testenv: podman: add missing tree command
The tree command is used by the testenv scripts when building QEMU initrds to quickly show the contents of the initrd before packing it.
Fix for: + tree -a /tmp/testenv-ggsn_tests-osmo_ggsn_v4_only-20250509-1151-745e3562-dxt_lu1f/ggsn/_initrd osmo-ggsn/run.sh: 140: tree: not found
That the build initramfs logic did not abort here is another bug that gets fixed in a follow-up patch in this series.
Change-Id: I75fcd210db9e5c9364cb98ee09ebf754790aa55f --- M _testenv/data/podman/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile index 9f92206..fb97ee8 100644 --- a/_testenv/data/podman/Dockerfile +++ b/_testenv/data/podman/Dockerfile @@ -85,6 +85,7 @@ sqlite3 \ sudo \ tcpdump \ + tree \ vim \ vsmartcard-vpcd \ wget \