Update tests.yml to fix failing verify_destroy_ca test
This commit is contained in:
parent
21fa9f08fc
commit
d19f032422
@ -23,7 +23,7 @@
|
|||||||
run: "pkidestroy -i pki-tomcat -s CA"
|
run: "pkidestroy -i pki-tomcat -s CA"
|
||||||
- verify_destroy_ca:
|
- verify_destroy_ca:
|
||||||
dir: .
|
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:
|
required_packages:
|
||||||
- ldapjdk
|
- ldapjdk
|
||||||
- pki-ca
|
- pki-ca
|
||||||
|
Loading…
Reference in New Issue
Block a user