From 3f9c3fd581c9906664712bbdaad823d6aa70b8e7 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 9 Dec 2025 08:47:51 +0800 Subject: [PATCH] test: Remove un-used files and update tmt tests tmt tests have been updated in upstream, downstream needs update Resolves: #RHEL-134019 Signed-off-by: Xiaofeng Wang --- Containerfile.packit | 53 ------------------------- os-image-map.json | 18 +++++++++ plans/all.fmf | 55 +++++++++++++++----------- provision-packit.sh | 93 -------------------------------------------- 4 files changed, 50 insertions(+), 169 deletions(-) delete mode 100644 Containerfile.packit create mode 100644 os-image-map.json delete mode 100755 provision-packit.sh diff --git a/Containerfile.packit b/Containerfile.packit deleted file mode 100644 index 0b5c40c..0000000 --- a/Containerfile.packit +++ /dev/null @@ -1,53 +0,0 @@ -# Build image for system-reinstall-bootc test - -# Use centos-bootc:stream10 as default -FROM quay.io/centos-bootc/centos-bootc:stream10 - -WORKDIR /bootc-test - -# Save testing farm run files -COPY ARTIFACTS /var/ARTIFACTS -# Copy bootc repo -COPY test-artifacts /var/share/test-artifacts - -ARG GATING -RUN </dev/null <