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 \ -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40312?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I75fcd210db9e5c9364cb98ee09ebf754790aa55f Gerrit-Change-Number: 40312 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: laforge <lafo...@osmocom.org> Gerrit-Reviewer: osmith <osm...@sysmocom.de> Gerrit-Reviewer: pespin <pes...@sysmocom.de>