From 9c02754bea543f0206cb69575d322bcfe802cbac Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Thu, 24 Sep 2020 08:12:47 -0500 Subject: Synch csar download path for vCPE Issue-ID: INT-1637 Change-Id: Idd4e1b350e534c524870e1142e20bae0dce3a51c Signed-off-by: Brian Freeman --- robot/resources/sdc_interface.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'robot') diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index a760e7aa..c124be1f 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -230,8 +230,8 @@ Create Allotted Resource Data File :FOR ${key} IN @{keys} \ ${csar}= Get From Dictionary ${allotted_csar_map} ${key} \ ${dir} ${ext}= Split String From Right ${csar} - 1 - \ Extract Zip File /share/csar/${csar} /share/csar/${dir} - \ ${template}= Catenate /share/csar/${dir}/Definitions/${dir}-template.yml + \ Extract Zip File /share/logs/csars/${csar} /share/logs/csars/${dir} + \ ${template}= Catenate /share/logs/csars/${dir}/Definitions/${dir}-template.yml \ ${json_str}= Template Yaml To Json ${template} \ ${json_obj}= To Json ${json_str} \ ${attrs}= Create Dictionary @@ -245,7 +245,7 @@ Create Allotted Resource Data File Download CSAR [Documentation] Download CSAR - [Arguments] ${catalog_service_id} ${save_directory}=/share/logs/csars + [Arguments] ${catalog_service_id} ${save_directory}=/share/logs/csars Return From Keyword If '${catalog_service_id}'=='None' # get meta data ${resp}= SDC.Run Get Request ${SDC_BE_ENDPOINT} ${SDC_CATALOG_SERVICES_PATH}/${catalog_service_id}/filteredDataByParams?include=toscaArtifacts ${SDC_DESIGNER_USER_ID} auth=${GLOBAL_SDC_AUTHENTICATION} -- cgit 1.2.3-korg