diff options
Diffstat (limited to 'csit/resources/tests/pap-test.robot')
-rw-r--r-- | csit/resources/tests/pap-test.robot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/csit/resources/tests/pap-test.robot b/csit/resources/tests/pap-test.robot index 8a5fbb5f..09c26401 100644 --- a/csit/resources/tests/pap-test.robot +++ b/csit/resources/tests/pap-test.robot @@ -60,11 +60,6 @@ Metrics 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",} -Statistics - [Documentation] Verify policy pap statistics - ${resp}= GetReq /policy/pap/v1/statistics - Should Be Equal As Strings ${resp.json()['code']} 200 - AddPdpGroup [Documentation] Add a new PdpGroup named 'testGroup' in the policy database ${postjson}= Get file ${CURDIR}/data/create.group.request.json @@ -145,7 +140,6 @@ QueryPdpGroupsAfterDelete # ValidateDeploymentTime # ValidateResponseTime pap-metrics /components/healthcheck GET 10000 # ValidateResponseTimeForPap /healthcheck GET -# ValidateResponseTimeForPap /statistics GET # ValidateResponseTimeForPap /policies/audit GET # ValidateResponseTimeForPap /pdps/groups/{name} PUT # ValidateResponseTimeForPap /pdps/policies/{name} DELETE |