From c469829f7446cf9f4383b2224369e26b1a376673 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 2 Oct 2020 20:46:40 +0000 Subject: [PATCH] Fix sa_07 to delete temporary package folder created for the test Change-Id: Iffcf6af3112b577a7b5146403164c522ba44dcc6 Signed-off-by: garciadeblas --- .../testsuite/sa_07-alarms_from_sa-related_vnfs.robot | 10 ++++++++++ 1 file changed, 10 insertions(+) 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} + + -- 2.17.1