diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-29 22:50:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-29 22:50:13 +0000 |
commit | 3f20c45f7c61834a038a6964bbfdf34d376d923a (patch) | |
tree | 31e20cf9e3994f3a982623fc2812038c11f22894 /test/csit/tests | |
parent | d476fad5476e7bbe650953dc0ca5eae82408f6c7 (diff) | |
parent | efea1b530c7fda38d24c897baaa00d80766bf75c (diff) |
Merge "Updated wait time to fix optf-has csit failure"
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/optf-has/has/optf_has_test.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/csit/tests/optf-has/has/optf_has_test.robot b/test/csit/tests/optf-has/has/optf_has_test.robot index 815ffa850..deba6470e 100644 --- a/test/csit/tests/optf-has/has/optf_has_test.robot +++ b/test/csit/tests/optf-has/has/optf_has_test.robot @@ -115,6 +115,7 @@ Get Root Url Log To Console response = ${resp} Log To Console body = ${resp.text} Should Be Equal As Integers ${resp.status_code} 200 + Sleep 10s Wait For 10 seconds Conductor AddHealthcheck Row Into Music [Documentation] It sends a REST PUT request to Music to inject healthcheck plan |