diff options
author | Brian Freeman <bf1936@att.com> | 2019-11-13 13:18:59 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-11-13 13:21:34 -0500 |
commit | c86db4191422c5fc27122d2ed7d8fa7b76b91b24 (patch) | |
tree | e261e91aba370b458fda78ffc56ae7fa92a7a022 /robot/resources/sdc_interface.robot | |
parent | c3188106f419bbd851c2fb059b150a46b603609c (diff) |
Fix Demo Instantiate after GRA update
Issue-ID: INT-1345
Change-Id: I9b770a98d3b6dc82f0737872ff1fdc5e430703ec
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/sdc_interface.robot')
-rw-r--r-- | robot/resources/sdc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index 3c3b3a46..366e5f5e 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -735,7 +735,7 @@ Get SDC Demo Vnf Catalog Resource [Documentation] Gets Resource ids of demonstration VNFs for instantiation [Arguments] ${service_name} ${resp}= Get Service Catalog ${service_name} - @{ITEMS}= Copy List ${resp.json()['componentInstances']} + @{ITEMS}= Copy List ${resp['componentInstances']} ${demo_catalog_resource}= Create Dictionary :FOR ${ELEMENT} IN @{ITEMS} \ Log ${ELEMENT['name']} |