diff options
author | Juan Manuel Fernandez <juanma.galmes@gmail.com> | 2016-11-30 16:58:43 +0000 |
---|---|---|
committer | Juan Manuel Fernández <juanma.galmes@gmail.com> | 2016-12-01 21:10:14 +0000 |
commit | bb04fac486a72fa702b619614a6f6478a96ee580 (patch) | |
tree | 82968ed5527b16d96e423d3a450245640ceb6b1c /tests | |
parent | a1ff2772202a904f62f039933b890e0bf8b0d982 (diff) |
Bug-fix odl sfc: load services project when delete
Project Name used was admin and client and server VMs were not
deleted when executing delete.sh, whith this change, client and
server VMs are deleted using the proper project name (services)
Change-Id: Ic7da20ace85fb461eac91aae4d0204215d4129f4
Signed-off-by: Juan Manuel Fernandez <juanma.galmes@gmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/functest/odl-sfc/delete.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/delete.sh b/tests/functest/odl-sfc/delete.sh index c04ae637..3da36148 100755 --- a/tests/functest/odl-sfc/delete.sh +++ b/tests/functest/odl-sfc/delete.sh @@ -1,3 +1,4 @@ +source ${repos_dir}/sfc/tests/functest/odl-sfc/tackerc tacker sfc-classifier-delete red_http tacker sfc-classifier-delete blue_ssh tacker sfc-classifier-delete red_ssh |