X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fpolicy%2Fapi%2Fapi-test.robot;h=bf2c12b788a659c0d84bb14faea7e2b83663bd37;hb=e3a3f9620fd6ae7fadb346477fdaae33735a94a6;hp=7ea24738003d6a54187eabbe1980368772d9d9c6;hpb=18ef9a149d64dfcf4a43fd16323d6233d09fd6c5;p=integration%2Fcsit.git diff --git a/tests/policy/api/api-test.robot b/tests/policy/api/api-test.robot index 7ea24738..bf2c12b7 100644 --- a/tests/policy/api/api-test.robot +++ b/tests/policy/api/api-test.robot @@ -11,7 +11,7 @@ Healthcheck Log Creating session https://${POLICY_API_IP}:6969 ${session}= Create Session policy https://${POLICY_API_IP}:6969 auth=${auth} ${headers}= Create Dictionary Accept=application/json Content-Type=application/json - ${resp}= Get Request policy /healthcheck headers=${headers} + ${resp}= Get Request policy /policy/api/v1/healthcheck headers=${headers} Log Received response from policy ${resp.text} Should Be Equal As Strings ${resp.status_code} 200 Should Be Equal As Strings ${resp.json()['code']} 200 @@ -22,7 +22,7 @@ Statistics Log Creating session https://${POLICY_API_IP}:6969 ${session}= Create Session policy https://${POLICY_API_IP}:6969 auth=${auth} ${headers}= Create Dictionary Accept=application/json Content-Type=application/json - ${resp}= Get Request policy /statistics headers=${headers} + ${resp}= Get Request policy /policy/api/v1/statistics headers=${headers} Log Received response from policy ${resp.text} Should Be Equal As Strings ${resp.status_code} 200 Should Be Equal As Strings ${resp.json()['code']} 200