From 7e58402a2aa629adccfe73d87372254da5b59373 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Fri, 15 May 2026 10:29:35 +0200 Subject: [PATCH] tests: add CI user creation to simulate cloud VM environments Create a 'ci' user to match upstream behaviour. This simulates cloud VM environments where ID 1000 is already taken. This ensures that test users start the ID assignment at 1001, making container tests consistent with cloud CI environments. Link: Signed-off-by: Iker Pedrosa --- main.fmf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.fmf b/main.fmf index d9ca7de..61983c6 100644 --- a/main.fmf +++ b/main.fmf @@ -41,6 +41,11 @@ - podman exec builder dnf update -y - podman exec builder dnf install -y util-linux expect + - name: Create CI user to simulate cloud VM environment + how: shell + script: + - podman exec builder useradd ci + discover: how: fmf