From: garciadeblas Date: Fri, 2 Oct 2020 20:46:40 +0000 (+0000) Subject: Fix sa_07 to delete temporary package folder created for the test X-Git-Tag: release-v9.0-start~16 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F9782%2F2;p=osm%2Ftests.git Fix sa_07 to delete temporary package folder created for the test Change-Id: Iffcf6af3112b577a7b5146403164c522ba44dcc6 Signed-off-by: garciadeblas --- diff --git a/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot b/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot index 9c62a40..94ed0f1 100644 --- a/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot +++ b/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot @@ -162,3 +162,13 @@ Suite Cleanup Run Keyword If Any Tests Failed Delete NS ${ws_ns_name} Run Keyword If Any Tests Failed Delete NSD ${ws_nsd_name} Run Keyword If Any Tests Failed Delete VNFD ${ws_vnfd_name} + Delete Temporary Descriptor Folder '%{PACKAGES_FOLDER}/${new_vnfd_pkg}' + + +Delete Temporary Descriptor Folder + [Documentation] Removes the temporary package folder created for the test + [Arguments] ${folder_name} + ${rc} ${stdout}= Run and Return RC and Output rm -rf '${folder_name}' + log ${stdout} + +