diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-07-30 14:07:32 +0200 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-07-30 14:07:32 +0200 |
commit | b229b9ce98b3244f07dafb694e946264be6bf214 (patch) | |
tree | 4fdf03c43675eb9411ce049ae1cf909f8ed81d34 /robot/resources/aai/create_customer.robot | |
parent | a25702ee472d1b081827c80df78840ef6417c1fc (diff) |
Fix randomly failing test case for pnf refgstarte
Issue-ID: INT-1668
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I746acb7c5631332339b59da88af6ccf042b58f85
Diffstat (limited to 'robot/resources/aai/create_customer.robot')
-rw-r--r-- | robot/resources/aai/create_customer.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/aai/create_customer.robot b/robot/resources/aai/create_customer.robot index f5e73d36..c51048c9 100644 --- a/robot/resources/aai/create_customer.robot +++ b/robot/resources/aai/create_customer.robot @@ -41,6 +41,7 @@ Get OwningEntity Id ${resp}= AAI.Run Get Request ${AAI_FRONTEND_ENDPOINT} /aai/v11/business/owning-entities auth=${GLOBAL_AAI_AUTHENTICATION} ${resp_json}= Set Variable ${resp.json()} @{list}= Copy List ${resp_json['owning-entity']} + ${id}= Set Variable :FOR ${map} IN @{list} \ ${owning_entity_name}= Get From Dictionary ${map} owning-entity-name \ ${owning_entity_id}= Get From Dictionary ${map} owning-entity-id |