Skip to content

Commit

Permalink
Update IPA tests to check HTTPD error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Oct 2, 2024
1 parent 269745d commit 2f0ba3f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ipa-acme-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ jobs:
run: |
docker exec ipa cat /var/log/httpd/access_log
- name: Check HTTPD error logs
if: always()
run: |
docker exec ipa cat /var/log/httpd/error_log
- name: Check DS server systemd journal
if: always()
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ipa-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ jobs:
run: |
docker exec ipa cat /var/log/httpd/access_log
- name: Check HTTPD error logs
if: always()
run: |
docker exec ipa cat /var/log/httpd/error_log
- name: Check DS server systemd journal
if: always()
run: |
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ipa-clone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,11 @@ jobs:
run: |
docker exec primary cat /var/log/httpd/access_log
- name: Check HTTPD error logs in primary container
if: always()
run: |
docker exec primary cat /var/log/httpd/error_log
- name: Check DS server systemd journal in primary container
if: always()
run: |
Expand Down Expand Up @@ -674,6 +679,11 @@ jobs:
run: |
docker exec secondary cat /var/log/httpd/access_log
- name: Check HTTPD error logs in secondary container
if: always()
run: |
docker exec secondary cat /var/log/httpd/error_log
- name: Check DS server systemd journal in secondary container
if: always()
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ipa-kra-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ jobs:
run: |
docker exec ipa cat /var/log/httpd/access_log
- name: Check HTTPD error logs
if: always()
run: |
docker exec ipa cat /var/log/httpd/error_log
- name: Check DS server systemd journal
if: always()
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ipa-subca-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ jobs:
run: |
docker exec ipa cat /var/log/httpd/access_log
- name: Check HTTPD error logs
if: always()
run: |
docker exec ipa cat /var/log/httpd/error_log
- name: Check DS server systemd journal
if: always()
run: |
Expand Down

0 comments on commit 2f0ba3f

Please sign in to comment.