Currently deploying the container fails because the rootfs is too small.
While it remains unclear why this surfaced now, we just increase the
rootfs size to restore the test.
Signed-off-by: Felix Moessbauer <
felix.mo...@siemens.com>
---
testsuite/citest.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 19ceb9ed..3b7a7e3b 100644
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -558,7 +558,9 @@ class PrebuiltTest(CIBaseTest):
self.init()
self.perform_build_test(
targets,
- image_install="prebuilt-docker-img prebuilt-podman-img")
+ image_install="prebuilt-docker-img prebuilt-podman-img",
+ lines=['ROOTFS_EXTRA:qemuarm64 = "256"'],
+ )
def test_run_amd64_bookworm_prebuilt_containers(self):
"""
--
2.53.0