Update tests.yml to grep correct string.
This commit is contained in:
parent
2f9b29c19d
commit
694f801013
@ -8,10 +8,10 @@
|
||||
tests:
|
||||
- verify_spawn_ca:
|
||||
dir: .
|
||||
run: "curl http://localhost:8080/ca/admin/ca/getStatus | grep '<Status>running</Status>'"
|
||||
run: "curl http://localhost:8080/ca/admin/ca/getStatus | grep '\"running\"'"
|
||||
- verify_spawn_kra:
|
||||
dir: .
|
||||
run: "curl http://localhost:8080/kra/admin/kra/getStatus | grep '<Status>running</Status>'"
|
||||
run: "curl http://localhost:8080/kra/admin/kra/getStatus | grep '\"running\"'"
|
||||
- destroy_kra:
|
||||
dir: .
|
||||
run: "pkidestroy -i pki-tomcat -s KRA && sleep 5"
|
||||
|
Loading…
Reference in New Issue
Block a user