From 694f801013e64205620c33b3d0447a8e0c902d92 Mon Sep 17 00:00:00 2001 From: Shalini Khandelwal Date: Tue, 12 Dec 2023 11:44:05 +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 5c9a414..a6d1fb9 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"