summaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/api-test.robot
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2023-03-02 09:12:44 +0000
committerwaynedunican <wayne.dunican@est.tech>2023-03-13 07:58:05 +0000
commitf636d7f0a256750c3476f8df1720f0a6358296aa (patch)
treef36585bff41132de3b9b6070ebe8e1706e3e3d4f /csit/resources/tests/api-test.robot
parent6f8e0a9588483cf4f7abd231c704f7fd84070147 (diff)
Add SLA Validations for API
- Add tests for querying policies/policyTypes by version/id - Add tests for deletion of policies/policyTypes - Update expected response time Issue-ID: POLICY-4528 Change-Id: I393383ef8771274501509ee9b3073b3a0ef01b38 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'csit/resources/tests/api-test.robot')
-rw-r--r--csit/resources/tests/api-test.robot5
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