Skip to content
Merged
Show file tree
Hide file tree
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/bib/test_build_iso.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_iso_install_img_is_squashfs(tmp_path, image_type):
@pytest.mark.skipif(platform.system() != "Linux", reason="boot test only runs on linux right now")
@pytest.mark.parametrize("container_ref", [
"quay.io/centos-bootc/centos-bootc:stream10",
"quay.io/fedora/fedora-bootc:42",
"quay.io/fedora/fedora-bootc:44",
"quay.io/centos-bootc/centos-bootc:stream9",
])
# pylint: disable=too-many-locals
Expand Down
2 changes: 1 addition & 1 deletion test/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_manifest_honors_rpmmd_cache(tmp_path, build_container):


@pytest.mark.parametrize("bootc_ref,defaultfs", [
("quay.io/fedora/fedora-bootc:42", "ext4"),
("quay.io/fedora/fedora-bootc:44", "ext4"),
("quay.io/centos-bootc/centos-bootc:stream10", ""),
("quay.io/centos-bootc/centos-bootc:stream9", ""),
])
Expand Down
2 changes: 1 addition & 1 deletion test/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_smoke_has_expected_images_fedora(build_container):
"iot-simplified-installer": ["x86_64", "aarch64"],
}

for distro in ["fedora-42", "fedora-43", "fedora-44"]:
for distro in ["fedora-43", "fedora-44", "fedora-45"]:
for type_, arches in type_arch.items():
for arch in arches:
assert f"{distro} type:{type_} arch:{arch}" in output
Expand Down
Loading