diff options
author | MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> | 2021-04-01 23:05:39 +0530 |
---|---|---|
committer | MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> | 2021-04-01 23:08:08 +0530 |
commit | cfa8b96c1b28a7dc4f846bb74dc68d036ec431cb (patch) | |
tree | 35f3f6265926bac5e10f54221c224330ab4e2075 /tests | |
parent | 7b4a3af0a9e4a0046b303e532640bc3e4a3420e5 (diff) |
Update docker-compose for Macroflow with HEAT and small refactoring
Issue-ID: SO-3533
Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: Ic1d0f2b836ac4988fb1d8816542bce35aace3a37
Diffstat (limited to 'tests')
-rw-r--r-- | tests/so/sanity-check/macroflow.robot | 4 |
1 files changed, 4 insertions, 0 deletions
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 |