X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fso%2Fsanity-check%2Fmacroflow.robot;fp=tests%2Fso%2Fsanity-check%2Fmacroflow.robot;h=149797a19752e43a94cf0e9f2c8a169de2342d97;hb=07f0edf35f1ebbbe5642c19ad840fa076d9dff8c;hp=0000000000000000000000000000000000000000;hpb=86da3849ae2d9503267c6d04af056e9570de649d;p=integration%2Fcsit.git diff --git a/tests/so/sanity-check/macroflow.robot b/tests/so/sanity-check/macroflow.robot new file mode 100644 index 00000000..149797a1 --- /dev/null +++ b/tests/so/sanity-check/macroflow.robot @@ -0,0 +1,15 @@ +*** Settings *** +Library Collections +Library RequestsLibrary +Library OperatingSystem +Library json + +*** Test Cases *** +Healthcheck + [Documentation] Runs AAI SIMULATOR Health check + Create Session aai_simulator_session https://${REPO_IP}:9993 + &{headers}= Create Dictionary Accept=text/plain + ${resp}= Get Request aai_simulator_session /aai/v19/healthcheck headers=${headers} + log to console Received response from AAI SIMULATOR ${resp.text} + Should Be Equal As Strings '${resp.status_code}' '200' + Should Be Equal As Strings '${resp.text}' 'healthy'