From c5f64ad2bd3c7690eabac6e953a0af5653d652bb Mon Sep 17 00:00:00 2001 From: Shalini Khandelwal Date: Mon, 21 Jul 2025 08:55:44 +0000 Subject: [PATCH] Update tests.yml to grep the updated curl output --- 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"