From 89ce20101b809826320e2458d6ea7e84ca2e01c8 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Wed, 28 May 2025 07:48:36 +0200 Subject: [PATCH] test/main: no more fedora-40 Fedora 40 was removed from `images` as it is EOL, we can no longer use it in our test cases. Bump to Fedora 42. Signed-off-by: Simon de Vlieger --- cmd/image-builder/main_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/image-builder/main_test.go b/cmd/image-builder/main_test.go index 85623da..765d18b 100644 --- a/cmd/image-builder/main_test.go +++ b/cmd/image-builder/main_test.go @@ -250,7 +250,7 @@ func TestManifestIntegrationOstreeSmoke(t *testing.T) { "manifest", "iot-raw-image", "--arch=x86_64", - "--distro=fedora-40", + "--distro=fedora-42", "--ostree-url=" + strings.SplitN(string(body), "\n", 2)[0], "--ostree-ref=fedora/stable/x86_64/iot", }) @@ -282,7 +282,7 @@ func TestManifestIntegrationOstreeSmokeErrors(t *testing.T) { baseArgs := []string{ "manifest", "--arch=x86_64", - "--distro=fedora-40", + "--distro=fedora-42", } for _, tc := range []struct {