summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan <bryan.sullivan@att.com>2017-03-01 09:50:50 -0800
committerbryan <bryan.sullivan@att.com>2017-03-01 09:50:50 -0800
commit8a35bca05cbfdf146316598b366eeb18c2593c12 (patch)
tree21e8ff331f3a5dc8b2d835df729335bbc6fde19d
parent1f5bd1216192314a86760bf413efb216df13581e (diff)
Force pass in taker-setup clean function.
JIRA: MODELS-23 If some est resources are not found (harmless) the script would exit with fail() and prevent cleanup of the tacker container in the calling script. Change-Id: I8429ba4a6d6084ab56c0ecd07f6f3eead8522743 Signed-off-by: bryan <bryan.sullivan@att.com>
-rw-r--r--tests/utils/tacker-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils/tacker-setup.sh b/tests/utils/tacker-setup.sh
index 1d48aab..d2afa71 100644
--- a/tests/utils/tacker-setup.sh
+++ b/tests/utils/tacker-setup.sh
@@ -424,6 +424,7 @@ function clean () {
pid=($(neutron router-port-list vnf_private_router|grep -v name|awk '{print $2}')); for id in ${pid[@]}; do neutron router-interface-delete vnf_private_router vnf_private; done
neutron router-delete vnf_private_router
neutron net-delete vnf_private
+ pass
}
start=`date +%s`