From 794b0c933f409a8cdba8216072103a2abf7207fe Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Fri, 10 Dec 2021 17:17:20 +0000 Subject: PAP CSIT changes for spring boot migration Change-Id: I0b0df4769240e4ca1512b6c2acba25d59734ffe3 Issue-ID: POLICY-3754 Signed-off-by: a.sreekumar --- csit/pap/tests/pap-test.robot | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'csit/pap') diff --git a/csit/pap/tests/pap-test.robot b/csit/pap/tests/pap-test.robot index 9fb7e61f..d9713013 100644 --- a/csit/pap/tests/pap-test.robot +++ b/csit/pap/tests/pap-test.robot @@ -30,8 +30,12 @@ Consolidated Healthcheck Metrics [Documentation] Verify policy pap is exporting prometheus metrics - ${resp}= GetReq /metrics - Should Contain ${resp.text} jvm_threads_current + Log Creating session https://${POLICY_PAP_IP}:6969 + ${policyadmin}= Create list policyadmin zb!XztG34 + ${session}= Create Session policy https://${POLICY_PAP_IP}:6969 auth=${policyadmin} + ${resp}= GET On Session policy url=/metrics expected_status=200 + Log Received response from policy ${resp.text} + Should Contain ${resp.text} jvm_threads_live_threads Statistics [Documentation] Verify policy pap statistics -- cgit