diff options
author | DR695H <dr695h@att.com> | 2019-06-25 10:52:00 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-25 10:52:00 -0400 |
commit | f4b64d4f774b780740bac5d9dd1542a208aff53f (patch) | |
tree | cabf18f62c4d795ad9e5adabf26f97c5fa5c091e /robot | |
parent | ffe5abf688b12c715bdfdc920f327d822cc862d1 (diff) |
adding in the retry for asdc interface
Issue-ID: TEST-169
Change-Id: I6af280bd1c425af21ceb44cf6879be560434803c
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/asdc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot index fe33e07c..bef19b8c 100644 --- a/robot/resources/asdc_interface.robot +++ b/robot/resources/asdc_interface.robot @@ -130,7 +130,7 @@ Distribute Model From ASDC \ ${loop_catalog_resource_resp}= Get ASDC Catalog Resource ${loop_catalog_resource_id} \ Setup SDC Catalog Resource Deployment Artifact Properties ${catalog_service_id} ${loop_catalog_resource_resp} ${catalog_resource_unique_name} ${deployment} Checkin ASDC Catalog Service ${catalog_service_id} - Request Certify ASDC Catalog Service ${catalog_service_id} + Wait Until Keyword Succeeds 600s 15s Request Certify ASDC Catalog Service ${catalog_service_id} Start Certify ASDC Catalog Service ${catalog_service_id} # on certify it gets a new id ${catalog_service_id}= Certify ASDC Catalog Service ${catalog_service_id} |