Add support for teardown full_deletion flag 23/59723/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 8 Aug 2018 19:55:58 +0000 (12:55 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 8 Aug 2018 19:55:58 +0000 (12:55 -0700)
Change-Id: I24217ed4eaca20457fd671e92a4abd83f033e6cc
Issue-ID: INT-610
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/scripts/deploy-onap.sh

index aa35021..2fd0556 100755 (executable)
@@ -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)"