Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/scripts/imgtestlib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message says 'test on 10.2' but this is 10.3?

print(" not bootable: rhel network-installer tests have incomplete repos in nightly snapshot"
"and won't install")
return False
Expand Down
Loading