Skip to content

Commit e218337

Browse files
committed
test/imgtestlib: boot test network installer on RHEL 10.1 and 10.2
Originally disabled because beta repos were causing issues [1]. Both distro versions are GA now and should work. [1] #2044 (comment)
1 parent 970b550 commit e218337

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
@@ -402,7 +402,7 @@ def can_boot_test(manifest_fname, manifest_data, image_type, arch, distro, bluep
402402
return False
403403

404404
if image_type in ["network-installer", "everything-network-installer", "server-network-installer"]:
405-
if distro in ["rhel-10.1", "rhel-10.2", "rhel-10.3"]:
405+
if distro in ["rhel-10.3"]:
406406
print(" not bootable: rhel network-installer tests have incomplete repos in nightly snapshot"
407407
"and won't install")
408408
return False

0 commit comments

Comments
 (0)