From c96a49730b4809bbbc04d3d432e07680f2a1d600 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 29 May 2026 13:40:19 +0200 Subject: [PATCH] test/imgtestlib: boot test network installer on RHEL 10.2 Originally disabled because beta repos were causing issues [1]. RHEL 10.2 is GA now and should work. 10.1 is EOL and will be removed in a separate PR. [1] https://github.com/osbuild/images/pull/2044#issue-3667039388 --- test/scripts/imgtestlib/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/imgtestlib/core.py b/test/scripts/imgtestlib/core.py index b4d64cd5a2..0092191568 100644 --- a/test/scripts/imgtestlib/core.py +++ b/test/scripts/imgtestlib/core.py @@ -402,7 +402,7 @@ def can_boot_test(manifest_fname, manifest_data, image_type, arch, distro, bluep return False if image_type in ["network-installer", "everything-network-installer", "server-network-installer"]: - if distro in ["rhel-10.1", "rhel-10.2", "rhel-10.3"]: + if distro in ["rhel-10.1", "rhel-10.3"]: # 10.1 should be removed soon print(" not bootable: rhel network-installer tests have incomplete repos in nightly snapshot" "and won't install") return False