From 7a145b2b73c772a040efb308397b5d5cca1771d6 Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Tue, 1 Aug 2023 11:29:39 +0200 Subject: [PATCH] Enable healthcheck for IPA clone The healthchecks were disabled for the issue https://pagure.io/freeipa/issue/9099. This has been fixed in https://github.com/dogtagpki/pki/pull/3901 --- .github/workflows/ipa-clone-test.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ipa-clone-test.yml b/.github/workflows/ipa-clone-test.yml index 60033649e97..43cbfe95888 100644 --- a/.github/workflows/ipa-clone-test.yml +++ b/.github/workflows/ipa-clone-test.yml @@ -95,14 +95,11 @@ jobs: docker exec secondary pki-server ca-config-find | grep ca.connector.KRA docker exec primary pki-server ca-config-find | grep ca.connector.KRA - # TODO: Enable the following tests after the following issue is fixed: - # https://pagure.io/freeipa/issue/9099 - # - # - name: Run PKI healthcheck in primary container - # run: docker exec primary pki-healthcheck --failures-only - # - # - name: Run PKI healthcheck in secondary container - # run: docker exec secondary pki-healthcheck --failures-only + - name: Run PKI healthcheck in primary container + run: docker exec primary pki-healthcheck --failures-only + + - name: Run PKI healthcheck in secondary container + run: docker exec secondary pki-healthcheck --failures-only - name: Verify CA admin run: |