Skip to content

Commit

Permalink
Clean up test for CA with CMC shared token
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Jun 7, 2023
1 parent e83ebf6 commit cbeea95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ca-cmc-shared-token-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ jobs:
diff expected actual
- name: Check CMC_USER_SIGNED_REQUEST_SIG_VERIFY events
if: always()
run: |
docker exec pki grep \
"\[AuditEvent=CMC_USER_SIGNED_REQUEST_SIG_VERIFY\]" \
Expand All @@ -346,6 +347,7 @@ jobs:
diff expected actual
- name: Check CERT_STATUS_CHANGE_REQUEST_PROCESSED events
if: always()
run: |
docker exec pki grep \
"\[AuditEvent=CERT_STATUS_CHANGE_REQUEST_PROCESSED\]" \
Expand All @@ -357,6 +359,7 @@ jobs:
diff expected actual
- name: Check CMC_REQUEST_RECEIVED events
if: always()
run: |
docker exec pki grep \
"\[AuditEvent=CMC_REQUEST_RECEIVED\]" \
Expand All @@ -369,6 +372,7 @@ jobs:
diff expected actual
- name: Check CMC_RESPONSE_SENT events
if: always()
run: |
docker exec pki grep \
"\[AuditEvent=CMC_RESPONSE_SENT\]" \
Expand All @@ -394,6 +398,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: ca-shared-token
name: ca-cmc-shared-token
path: |
/tmp/artifacts/pki

0 comments on commit cbeea95

Please sign in to comment.