aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-03-19 19:14:41 +0100
committerManuel Buil <mbuil@suse.com>2017-03-20 08:32:16 +0000
commit247498e3ea26d4de127de9f1c296fd80408b8a55 (patch)
treeac38822637ff1c0d6abc76b92211efffa0516680
parent632945e55210a790559fa401f813d08f233f338d (diff)
VNFDs were not deleted
Added vnfd_delete in the cleanup library Change-Id: Iaa3e9ecb33a15bf882585786271fef206a54ffa0 Signed-off-by: Manuel Buil <mbuil@suse.com> (cherry picked from commit 5342d88d799359ce9f92b0cef26382d26fce9dfb)
-rw-r--r--sfc/lib/cleanup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfc/lib/cleanup.py b/sfc/lib/cleanup.py
index ba13260a..34ace201 100644
--- a/sfc/lib/cleanup.py
+++ b/sfc/lib/cleanup.py
@@ -98,6 +98,7 @@ def cleanup(odl_ip=None, odl_port=None):
delete_sfc_clfs()
delete_sfcs()
delete_vnfs()
+ delete_vnfds()
delete_stacks()
delete_floating_ips()
delete_instances()