Skip to content

Commit b2dd135

Browse files
committed
test: Drop fedora-37
Commit 47bc4c5 dropped F37 from releasing, and cockpit-project/bots#5171 dropped it from CI.
1 parent 1d80bfe commit b2dd135

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

test/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ You can set these environment variables to configure the test suite:
157157
"centos-8-stream"
158158
"debian-stable"
159159
"debian-testing"
160-
"fedora-37"
161160
"fedora-38"
162161
"fedora-39"
163162
"fedora-coreos"

test/verify/check-client

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
import testlib
2121

2222

23-
@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37",
24-
"rhel-8*", "centos-8*")
23+
@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "rhel-8*", "centos-8*")
2524
# enable this once our cockpit/ws container can beiboot
2625
@testlib.skipOstree("client setup does not work with ws container")
2726
class TestClient(testlib.MachineCase):

test/verify/check-kdump

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TestKdump(KdumpHelpers):
7777
def assertActive(active):
7878
b.wait_visible(".pf-v5-c-switch__input" + (active and ":checked" or ":not(:checked)"))
7979

80-
if m.image in ["fedora-37", "fedora-38", "fedora-testing"]:
80+
if m.image in ["fedora-38", "fedora-testing"]:
8181
# crashkernel command line not set
8282
b.wait_visible(".pf-v5-c-switch__input:disabled")
8383
# right now we have no memory reserved

0 commit comments

Comments
 (0)