diff options
author | Brian Freeman <bf1936@att.com> | 2020-09-24 08:12:47 -0500 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-09-25 07:40:27 +0000 |
commit | 9c02754bea543f0206cb69575d322bcfe802cbac (patch) | |
tree | fed4f7f4b0ceedee7060d47b41c9ef47f41b6089 /robot/resources | |
parent | dfa511262e708a3a64c77c6837d474c9ff377b59 (diff) |
Synch csar download path for vCPE
Issue-ID: INT-1637
Change-Id: Idd4e1b350e534c524870e1142e20bae0dce3a51c
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/sdc_interface.robot | 6 |
1 files changed, 3 insertions, 3 deletions
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} |