diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-31 00:37:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-31 00:37:42 +0000 |
commit | 27cb14178bb3f62db66b008a01a6e336aa67a671 (patch) | |
tree | d55036e9a3e3bdba7ee8c7d5efcbb9c5ad852361 /robot/resources | |
parent | 251aa6819a11f793be767e9c0d3a6aaf7d5af497 (diff) | |
parent | 8c002d56e1f5e93ee9ba95057700383c6adc9346 (diff) |
Merge "Fix status compare"
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/asdc_interface.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot index 11086ace..65cf6372 100644 --- a/robot/resources/asdc_interface.robot +++ b/robot/resources/asdc_interface.robot @@ -75,7 +75,7 @@ Distribute Model From ASDC \ ${vf_module}= Find Element In Array ${loop_catalog_resource_resp['groups']} type org.openecomp.groups.VfModule \ ${status} ${_} = Run Keyword And Ignore Error Loop Over Check Catalog Service Distributed ${catalog_service_resp['uuid']} \ Exit For Loop If '${status}'=='PASS' - Should Be Equal As Strings ${status} 'PASS' + Should Be Equal As Strings ${status} PASS [Return] ${catalog_service_resp['name']} ${loop_catalog_resource_resp['name']} ${vf_module} ${catalog_resource_ids} ${catalog_service_id} ${catalog_resources} Loop Over Check Catalog Service Distributed @@ -84,7 +84,7 @@ Loop Over Check Catalog Service Distributed \ ${status} ${_} = Run Keyword And Ignore Error Check Catalog Service Distributed ${catalog_service_id} \ Sleep 20s \ Return From Keyword If '${status}'=='PASS' - Should Be Equal As Strings ${status} 'PASS' + Should Be Equal As Strings ${status} PASS Setup ASDC Catalog Resource [Documentation] Creates all the steps a vf needs for an asdc catalog resource and returns the id |