aboutsummaryrefslogtreecommitdiffstats
path: root/csit/pap/tests/pap-test.robot
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2022-02-14 13:51:34 +0000
committera.sreekumar <ajith.sreekumar@bell.ca>2022-02-14 14:45:44 +0000
commit67f7bd978865e8cad3cc84c2a4074f6ce02dff3e (patch)
tree4bf7535c86cce509ebca8b65c94407115a2e669d /csit/pap/tests/pap-test.robot
parentcaf5997ca8d51ad4dc5353e6e035a46cdea2e0d4 (diff)
Fix policy-api CSIT test
Change-Id: Idd7fd933f10dabaa203ec498996aa772facddac9 Issue-ID: POLICY-3753 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'csit/pap/tests/pap-test.robot')
-rw-r--r--csit/pap/tests/pap-test.robot7
1 files changed, 2 insertions, 5 deletions
diff --git a/csit/pap/tests/pap-test.robot b/csit/pap/tests/pap-test.robot
index d9713013..a6d5d42d 100644
--- a/csit/pap/tests/pap-test.robot
+++ b/csit/pap/tests/pap-test.robot
@@ -30,11 +30,8 @@ Consolidated Healthcheck
Metrics
[Documentation] Verify policy pap is exporting prometheus metrics
- 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}
+ ${auth}= PolicyAdminAuth
+ ${resp}= GetMetrics ${POLICY_PAP_IP} ${auth}
Should Contain ${resp.text} jvm_threads_live_threads
Statistics