aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/aai
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-07-30 14:07:32 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2020-08-11 09:49:52 +0000
commit3749fa65b2d92761bc7f2f20885f30716d5d478e (patch)
tree7d1a7e61cfc4972d09cb487b29d0492675272970 /robot/resources/aai
parent651ac1302c2851b13757cbda4af507985f884d8c (diff)
Fix randomly failing test case for pnf refgstartefrankfurt
Issue-ID: INT-1668 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I746acb7c5631332339b59da88af6ccf042b58f85 (cherry picked from commit b229b9ce98b3244f07dafb694e946264be6bf214)
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