diff options
Diffstat (limited to 'robot/resources/aai/create_tenant.robot')
-rw-r--r-- | robot/resources/aai/create_tenant.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/aai/create_tenant.robot b/robot/resources/aai/create_tenant.robot index 95f1c25a..99d3a08d 100644 --- a/robot/resources/aai/create_tenant.robot +++ b/robot/resources/aai/create_tenant.robot @@ -89,7 +89,7 @@ Get Cloud Region Update Tenant Dictionary [Arguments] ${dict} ${json} ${list}= Evaluate ${json}['tenant'] - :for ${map} in @{list} + :FOR ${map} IN @{list} \ ${status} ${tenant_id}= Run Keyword And Ignore Error Get From Dictionary ${map} tenant-id \ Run Keyword If '${status}' == 'PASS' Set To Dictionary ${dict} ${tenant_id}=${map} Log ${dict} |