osmith submitted this change.
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(-)
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 change 40312. To unsubscribe, or for help writing mail filters, visit settings.