diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-02-10 23:38:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-10 23:38:01 +0000 |
commit | 600a3002192da1ba2174c63d248a46dc27414397 (patch) | |
tree | 6bf9c171128c8b88612be371b4fb5d53deaf2f96 /helm/tests/pap-test.robot | |
parent | fcda69bd79b455b9ce3d1a9e426b84d7049ae28f (diff) | |
parent | be226256d85836a8a213f54f5b56c4da570d6473 (diff) |
Merge "Fix test failures in K8s CSIT"
Diffstat (limited to 'helm/tests/pap-test.robot')
-rw-r--r-- | helm/tests/pap-test.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helm/tests/pap-test.robot b/helm/tests/pap-test.robot index c8c03014..6bc0c714 100644 --- a/helm/tests/pap-test.robot +++ b/helm/tests/pap-test.robot @@ -42,11 +42,11 @@ Metrics [Documentation] Verify policy pap is exporting prometheus metrics ${auth}= PolicyAdminAuth ${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} http_server_requests_seconds_count{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/healthcheck",} + Should Contain ${resp.text} http_server_requests_seconds_count{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/components/healthcheck",} 1.0 Should Contain ${resp.text} spring_data_repository_invocations_seconds_count{exception="None",method="save",repository="PdpGroupRepository",state="SUCCESS",} 1.0 Should Contain ${resp.text} spring_data_repository_invocations_seconds_count{exception="None",method="findByKeyName",repository="PdpGroupRepository",state="SUCCESS",} 1.0 - Should Contain ${resp.text} spring_data_repository_invocations_seconds_count{exception="None",method="findAll",repository="PolicyStatusRepository",state="SUCCESS",} 1.0 + Should Contain ${resp.text} spring_data_repository_invocations_seconds_count{exception="None",method="findAll",repository="PolicyStatusRepository",state="SUCCESS",} Statistics [Documentation] Verify policy pap statistics |