aboutsummaryrefslogtreecommitdiffstats
path: root/helm/tests/pap-test.robot
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2023-02-08 09:05:32 +0000
committerGerrit Code Review <gerrit@onap.org>2023-02-08 09:05:32 +0000
commit8a98552c7f5a0b58e3a524db24e8bfb47a4494b1 (patch)
tree7897d01d568665b8ad3625de54f0862aa09fce19 /helm/tests/pap-test.robot
parentc6eb02ae0f1b9b69a248621e68dbc7a481ce95b7 (diff)
parent62ccbbb1c7da36bb61174b952c9b5a3f8219e7e7 (diff)
Merge "Fix robot failures in kubernetes CSITs"
Diffstat (limited to 'helm/tests/pap-test.robot')
-rw-r--r--helm/tests/pap-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/tests/pap-test.robot b/helm/tests/pap-test.robot
index 6c845384..c8c03014 100644
--- a/helm/tests/pap-test.robot
+++ b/helm/tests/pap-test.robot
@@ -41,7 +41,7 @@ Consolidated Healthcheck
Metrics
[Documentation] Verify policy pap is exporting prometheus metrics
${auth}= PolicyAdminAuth
- ${resp}= GetMetrics ${POLICY_PAP_IP} ${auth}
+ ${resp}= GetMetrics ${POLICY_PAP_IP} ${auth} /policy/pap/v1/
Should Contain ${resp.text} http_server_requests_seconds_count{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/policy/pap/v1/healthcheck",} 1.0
Should Contain ${resp.text} http_server_requests_seconds_count{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/policy/pap/v1/components/healthcheck",} 1.0
Should Contain ${resp.text} spring_data_repository_invocations_seconds_count{exception="None",method="save",repository="PdpGroupRepository",state="SUCCESS",} 1.0