Skip to content

Commit

Permalink
Enable healthcheck for IPA clone
Browse files Browse the repository at this point in the history
The healthchecks were disabled for the issue https://pagure.io/freeipa/issue/9099.
This has been fixed in #3901
  • Loading branch information
fmarco76 committed Aug 1, 2023
1 parent cb798fc commit 01cbe5d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ipa-clone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 01cbe5d

Please sign in to comment.