From 808b13d757e29c8e91cca168e39b9157916e46ea Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 13 Feb 2018 18:28:37 -0800 Subject: Minor fixes to deploy scripts Change-Id: I56d0bb865ec621ae187a0d2008a3962a3913597f Issue-ID: INT-414 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/scripts/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/heat/onap-oom/scripts/deploy.sh') diff --git a/deployment/heat/onap-oom/scripts/deploy.sh b/deployment/heat/onap-oom/scripts/deploy.sh index fb5bd03e9..de33b08e0 100755 --- a/deployment/heat/onap-oom/scripts/deploy.sh +++ b/deployment/heat/onap-oom/scripts/deploy.sh @@ -10,6 +10,8 @@ if [ "$#" -ne 1 ]; then fi ENV_FILE=$1 +source $WORKSPACE/test/ete/scripts/install_openstack_cli.sh + for n in $(seq 1 5); do $WORKSPACE/test/ete/scripts/teardown-onap.sh -- cgit 1.2.3-korg