Skip to content

Commit 5d3ac37

Browse files
martinpittjelly
authored andcommitted
test: Adjust TestConnection.testTls for centos-9-bootc
That image does not have certmonger (and we don't need it - we already run the test on CentOS 9 stream rpm).
1 parent b204c42 commit 5d3ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/verify/check-connection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ class TestConnection(testlib.MachineCase):
470470

471471
# certmonger generated certificate; asciibetically later than the above
472472
# not all images have certmonger
473-
if m.image not in ["debian-stable", "debian-testing", "fedora-coreos", "arch"]:
473+
if m.image not in ["debian-stable", "debian-testing", "fedora-coreos", "arch", "centos-9-bootc"]:
474474
hostname = m.execute("hostname --fqdn").strip()
475475
m.execute(f"getcert request -f /etc/cockpit/ws-certs.d/monger.cert -k /etc/cockpit/ws-certs.d/monger.key -D {hostname} --ca=local --wait")
476476
self.addCleanup(m.execute, "getcert stop-tracking -f /etc/cockpit/ws-certs.d/monger.cert")

0 commit comments

Comments
 (0)