From 6ca7e48dd0e41274577022b27256acc9e3773d85 Mon Sep 17 00:00:00 2001 From: Shalini Khandelwal Date: Tue, 12 Dec 2023 11:51:08 +0000 Subject: [PATCH] Update tests.yml to grep correct string --- tests/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index b5f216d..027a70a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -8,10 +8,10 @@ tests: - verify_spawn_ca: dir: . - run: "curl http://localhost:8080/ca/admin/ca/getStatus | grep 'running'" + 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 'running'" + run: "curl http://localhost:8080/kra/admin/kra/getStatus | grep 'running'" - destroy_kra: dir: . run: "pkidestroy -i pki-tomcat -s KRA && sleep 5"