From 08abfd0b8c8e50e6be411ed9c909e6ccc893f223 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 14 Feb 2024 10:01:57 +0100 Subject: [PATCH] test: make sure to install the filesystem package in the test image on SUSE Othewise test images are missing the tmpfiles snippets used to create the very basic files at boot, which can be useful when a test wants to reuse the OS tree (is already running in) for spawning a new container in pristine state. --- test/test-functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test-functions b/test/test-functions index 0d850098eca..ce7e03d7457 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1378,6 +1378,9 @@ install_rpm() { install_suse_systemd() { local pkgs + dinfo "Install basic filesystem structure" + install_rpm filesystem + dinfo "Install SUSE systemd" pkgs=( -- 2.47.3