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 <supakeen@redhat.com>
This commit is contained in:
parent
92095eac06
commit
89ce20101b
1 changed files with 2 additions and 2 deletions
|
|
@ -250,7 +250,7 @@ func TestManifestIntegrationOstreeSmoke(t *testing.T) {
|
||||||
"manifest",
|
"manifest",
|
||||||
"iot-raw-image",
|
"iot-raw-image",
|
||||||
"--arch=x86_64",
|
"--arch=x86_64",
|
||||||
"--distro=fedora-40",
|
"--distro=fedora-42",
|
||||||
"--ostree-url=" + strings.SplitN(string(body), "\n", 2)[0],
|
"--ostree-url=" + strings.SplitN(string(body), "\n", 2)[0],
|
||||||
"--ostree-ref=fedora/stable/x86_64/iot",
|
"--ostree-ref=fedora/stable/x86_64/iot",
|
||||||
})
|
})
|
||||||
|
|
@ -282,7 +282,7 @@ func TestManifestIntegrationOstreeSmokeErrors(t *testing.T) {
|
||||||
baseArgs := []string{
|
baseArgs := []string{
|
||||||
"manifest",
|
"manifest",
|
||||||
"--arch=x86_64",
|
"--arch=x86_64",
|
||||||
"--distro=fedora-40",
|
"--distro=fedora-42",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tc := range []struct {
|
for _, tc := range []struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue