diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2022-06-17 12:02:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-17 12:02:02 +0000 |
commit | 0af40015d73624bc32074e3d37ee1e27e125d498 (patch) | |
tree | fd96e00ca35993099b18534867ea915cff3faa7f /csit/pap/tests/pap-test.robot | |
parent | 1d450ff2cc00177a4915644884da1e151f1b0ebb (diff) | |
parent | 6ad6982468b31b6b43c7a8f2e618f06a700c4670 (diff) |
Merge "Use proper currentInstanceCount in CSITs"
Diffstat (limited to 'csit/pap/tests/pap-test.robot')
-rw-r--r-- | csit/pap/tests/pap-test.robot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csit/pap/tests/pap-test.robot b/csit/pap/tests/pap-test.robot index 203ddd6c..b6c9a502 100644 --- a/csit/pap/tests/pap-test.robot +++ b/csit/pap/tests/pap-test.robot @@ -46,7 +46,6 @@ Metrics 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 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="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 Statistics |