diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 12:55:58 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 12:55:58 -0700 |
commit | f88c630581ea7d644fe40894a8266772e17d8e8a (patch) | |
tree | 7e27be229687a8b0dc6689b03d388e1511b52a43 /test | |
parent | 81708b8b4db473e7dd9738fce13844ef48d7fcb7 (diff) |
Add support for teardown full_deletion flag
Change-Id: I24217ed4eaca20457fd671e92a4abd83f033e6cc
Issue-ID: INT-610
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test')
-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)" |