aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/aai
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-07-30 14:07:32 +0200
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-07-30 14:07:32 +0200
commitb229b9ce98b3244f07dafb694e946264be6bf214 (patch)
tree4fdf03c43675eb9411ce049ae1cf909f8ed81d34 /robot/resources/aai
parenta25702ee472d1b081827c80df78840ef6417c1fc (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')
-rw-r--r--robot/resources/aai/create_customer.robot1
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