diff options
Diffstat (limited to 'robot/resources/sdc_interface.robot')
-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} |