Skip to content

Commit 5130b00

Browse files
achilleas-kbrlane-rht
authored andcommitted
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] #2044 (comment)
1 parent 29dd241 commit 5130b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/scripts/imgtestlib/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def can_boot_test(manifest_fname, manifest_data, image_type, arch, distro, bluep
406406
return False
407407

408408
if image_type in ["network-installer", "everything-network-installer", "server-network-installer"]:
409-
if distro in ["rhel-10.1", "rhel-10.2", "rhel-10.3"]:
409+
if distro in ["rhel-10.1", "rhel-10.3"]: # 10.1 should be removed soon
410410
print(" not bootable: rhel network-installer tests have incomplete repos in nightly snapshot"
411411
"and won't install")
412412
return False

0 commit comments

Comments
 (0)