diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-04-02 12:32:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-02 12:32:56 +0000 |
commit | 4ea948c920a059a27bef6d7ec98e684840e3cf04 (patch) | |
tree | 54fc0e47748951fd66a5c49350a16f7561d9c279 /tests | |
parent | 3958820ac87baf543d43589317999ae91496f3c3 (diff) | |
parent | cfa8b96c1b28a7dc4f846bb74dc68d036ec431cb (diff) |
Merge "Update docker-compose for Macroflow with HEAT and small refactoring"
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 |