diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-03-14 09:34:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-14 09:34:53 +0000 |
commit | c91eba2363b0abf7b51563cddf8d88e36aa8274d (patch) | |
tree | 193f04638f97b0ac28bca118c509346f44fcd563 /csit/resources/tests/api-test.robot | |
parent | 0ca3863f2bf33a8271ae1728d6f62dc3583bf0fa (diff) | |
parent | f636d7f0a256750c3476f8df1720f0a6358296aa (diff) |
Merge "Add SLA Validations for API"
Diffstat (limited to 'csit/resources/tests/api-test.robot')
-rw-r--r-- | csit/resources/tests/api-test.robot | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/csit/resources/tests/api-test.robot b/csit/resources/tests/api-test.robot index f3c87de3..e8679a7f 100644 --- a/csit/resources/tests/api-test.robot +++ b/csit/resources/tests/api-test.robot @@ -140,11 +140,6 @@ GetReq ${resp}= PerformGetRequest ${POLICY_API_IP} ${url} 200 null ${auth} [return] ${resp} -ValidateResponseTimeForApi - [Arguments] ${url} ${method} - [Documentation] Check if url response is under required time for api metrics - ValidateResponseTime api-metrics ${url} ${method} 500 - DeleteReq [Arguments] ${url} ${expectedstatus} ${auth}= PolicyAdminAuth |