From 9ec97823544143365d235b8f306e836fee0719a1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Mar 2024 08:22:14 -0500 Subject: [PATCH] tests: Pin eln to tag until ostree update is out in f39 And re-enable the anaconda test. Closes: https://github.com/osbuild/bootc-image-builder/issues/233 --- test/test_build.py | 1 - test/testcases.py | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test_build.py b/test/test_build.py index 8c061f25f..a3fd6d17e 100644 --- a/test/test_build.py +++ b/test/test_build.py @@ -247,7 +247,6 @@ def test_image_build_without_se_linux_denials(image_type): f"denials in log {image_type.journal_output}" -@pytest.mark.skip(reason="see https://github.com/osbuild/bootc-image-builder/issues/233") @pytest.mark.skipif(platform.system() != "Linux", reason="boot test only runs on linux right now") @pytest.mark.parametrize("image_type", gen_testcases("anaconda-iso"), indirect=["image_type"]) def test_iso_installs(image_type): diff --git a/test/testcases.py b/test/testcases.py index 09e754af2..3539ffca0 100644 --- a/test/testcases.py +++ b/test/testcases.py @@ -10,7 +10,9 @@ def gen_testcases(what): # bootc containers that are tested by default CONTAINERS_TO_TEST = { - "fedora": "quay.io/centos-bootc/fedora-bootc:eln", + # Pinned to a tag until https://bodhi.fedoraproject.org/updates/FEDORA-2024-969f546f80 is out + # xref https://github.com/osbuild/bootc-image-builder/issues/233 + "fedora": "quay.io/centos-bootc/fedora-bootc:eln-1709091053", "centos": "quay.io/centos-bootc/centos-bootc:stream9", } # allow commandline override, this is used when testing