Update tests.yml to fix failing verify_destroy_ca test

This commit is contained in:
Shalini Khandelwal 2024-07-04 12:56:20 +00:00
parent a4f4cf4616
commit 5554e61a26

View File

@ -23,7 +23,7 @@
run: "pkidestroy -i pki-tomcat -s CA"
- verify_destroy_ca:
dir: .
run: "curl http://localhost:8080/ca/admin/ca/getStatus &> testfile.log || true && grep 'Connection refused' testfile.log"
run: "curl http://localhost:8080/ca/admin/ca/getStatus &> testfile.log || true && grep -i 'failed' testfile.log"
required_packages:
- pki-ca
- pki-kra