Skip to content

Commit 8b39e7a

Browse files
verify: move "fedora-coreos" to mlkem list
We just got an image update for fedora-coreos[1] which fixes this. fedora-42 will stay on the "old crypto stack" list along with rhel-9. [1] cockpit-project/bots#8750
1 parent 04d86d3 commit 8b39e7a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/verify/check-connection

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,7 @@ class TestConnection(testlib.MachineCase):
369369

370370
# c-tls respects crypto-policy: newer Fedora-like OSes use hybrid PQC+EC key exchange by default
371371
if (m.image.startswith(("fedora", "rhel", "centos")) and
372-
not m.image.startswith(("rhel-9", "centos-9")) and
373-
# HACK: current cockpit/ws container on fedora-coreos image is still F42 based
374-
# once cockpit >= 355 hits Fedora updates and ws rebuilds, that moves to "works"
375-
m.image not in ["fedora-42", "fedora-coreos"]):
372+
not m.image.startswith(("rhel-9", "centos-9", "fedora-42"))):
376373
self.assertIn("Negotiated TLS1.3 group: X25519MLKEM", output)
377374
else:
378375
self.assertNotIn("Negotiated TLS1.3 group", output)

0 commit comments

Comments
 (0)