X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fvnfsdk-refrepo%2Fcsar_validation_tests.robot;fp=tests%2Fvnfsdk-refrepo%2Fcsar_validation_tests.robot;h=88075c6fc47a14d2255ebff2f272cfa3accafec6;hb=03591ab4f63d6a95b9fc03fdf14ea10bc1d3c94c;hp=0000000000000000000000000000000000000000;hpb=334a204a6e0ce7e7a28de8ac3f8fb008bcc5683a;p=integration%2Fcsit.git diff --git a/tests/vnfsdk-refrepo/csar_validation_tests.robot b/tests/vnfsdk-refrepo/csar_validation_tests.robot new file mode 100644 index 00000000..88075c6f --- /dev/null +++ b/tests/vnfsdk-refrepo/csar_validation_tests.robot @@ -0,0 +1,18 @@ +*** Settings *** +Library OperatingSystem +Library Process +Library String +Library Collections +Library RequestsLibrary +Library json + + +*** Variables *** +${base_url}= http://${REFREPO_IP}:8702/onapapi/vnfsdk-marketplace/v1 + +*** Test Cases *** +Perform vnf refrepo healthcheck + [Documentation] Check if vnf refrepo is up and running + Create Session refrepo ${base_url} + ${response}= Get Request refrepo /PackageResource/healthcheck + Should Be Equal As Strings ${response.status_code} 200