Fix componentInstance Get 07/97507/1 1.5.4
authorBrian Freeman <bf1936@att.com>
Wed, 23 Oct 2019 22:09:01 +0000 (17:09 -0500)
committerBrian Freeman <bf1936@att.com>
Wed, 23 Oct 2019 22:09:11 +0000 (17:09 -0500)
Issue-ID: INT-1334
Change-Id: I6aa7e0b3a560cd710d7151b22713b823f69b2f47
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/resources/sdc_interface.robot

index 4cedcd2..5056233 100644 (file)
@@ -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']}