From cfa8b96c1b28a7dc4f846bb74dc68d036ec431cb Mon Sep 17 00:00:00 2001 From: MD IRSHAD SHEIKH Date: Thu, 1 Apr 2021 23:05:39 +0530 Subject: Update docker-compose for Macroflow with HEAT and small refactoring Issue-ID: SO-3533 Signed-off-by: MD IRSHAD SHEIKH Change-Id: Ic1d0f2b836ac4988fb1d8816542bce35aace3a37 --- tests/so/sanity-check/macroflow.robot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 -- cgit 1.2.3-korg