diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-08-08 21:38:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-08 21:38:43 +0000 |
commit | 89117c333aec6b571dc997679f1159ba22370e84 (patch) | |
tree | 9b356035a0694e94ced782eb8fd23cbf83b07379 | |
parent | 6d5e8086c2647e38d817ae5040f18f6af62045be (diff) | |
parent | f88c630581ea7d644fe40894a8266772e17d8e8a (diff) |
Merge "Add support for teardown full_deletion flag"
-rwxr-xr-x | test/ete/scripts/deploy-onap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/deploy-onap.sh b/test/ete/scripts/deploy-onap.sh index aa3502163..2fd05562a 100755 --- a/test/ete/scripts/deploy-onap.sh +++ b/test/ete/scripts/deploy-onap.sh @@ -62,7 +62,7 @@ fi # tear down old deployment -$WORKSPACE/test/ete/scripts/teardown-onap.sh +$WORKSPACE/test/ete/scripts/teardown-onap.sh -q # create new stack STACK="onap-heat-$(uuidgen | cut -c-4)" |