From 3749fa65b2d92761bc7f2f20885f30716d5d478e Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Thu, 30 Jul 2020 14:07:32 +0200 Subject: Fix randomly failing test case for pnf refgstarte Issue-ID: INT-1668 Signed-off-by: Krzysztof Kuzmicki Change-Id: I746acb7c5631332339b59da88af6ccf042b58f85 (cherry picked from commit b229b9ce98b3244f07dafb694e946264be6bf214) --- robot/resources/aai/create_customer.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'robot/resources/aai') 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 -- cgit 1.2.3-korg