X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fso%2Fsanity-check%2Fmacroflow.robot;h=cd3a5b55a20cd25129fe864c43ba5980b018466c;hb=cfa8b96c1b28a7dc4f846bb74dc68d036ec431cb;hp=92224ea130e3b823b911798a7715941bad1dd66e;hpb=7b4a3af0a9e4a0046b303e532640bc3e4a3420e5;p=integration%2Fcsit.git diff --git a/tests/so/sanity-check/macroflow.robot b/tests/so/sanity-check/macroflow.robot index 92224ea1..cd3a5b55 100644 --- a/tests/so/sanity-check/macroflow.robot +++ b/tests/so/sanity-check/macroflow.robot @@ -4,6 +4,9 @@ Library RequestsLibrary Library OperatingSystem Library json +*** Variables *** +${SLEEP_INTERVAL_SEC}= 60 + *** Test Cases *** Distribute Service Template Create Session sdc_controller_session http://${REPO_IP}:8085 @@ -23,3 +26,4 @@ Macroflow Log To Console Received status code: ${service_instantiation_request.status_code} Run Keyword If '${service_instantiation_request.status_code}' == '202' log to console \nexecuted with expected result Should Be Equal As Strings '${service_instantiation_request.status_code}' '202' + SLEEP ${SLEEP_INTERVAL_SEC}s