diff options
author | Brian Freeman <bf1936@att.com> | 2018-07-30 19:35:36 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-07-30 19:35:44 -0500 |
commit | 8c002d56e1f5e93ee9ba95057700383c6adc9346 (patch) | |
tree | 990fb8522258f3c20a3aad052ceee1c62103ffe8 /robot/resources/asdc_interface.robot | |
parent | 77542b6a78d8d4f1d166ac25eeac1716beb384cf (diff) |
Fix status compare
Issue-ID: TEST-111
Change-Id: I3f5de0967a8b5b1c555cf6c8c33adc5c50a2768c
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/asdc_interface.robot')
-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 |