diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-09 17:24:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-09 17:24:21 +0000 |
commit | c5f1ee852ad1ec2f0e968efd4191c3c026b4fcc5 (patch) | |
tree | 865d5d0b769dd06e4df10f0f7c74d4d73865fd8c /plans/appc/healthcheck/teardown.sh | |
parent | 3ef5e6dda086923f4ef70d3b0e820674a5cdcd82 (diff) | |
parent | 73792ad8099d86f20b0a492ef13df225eb4ca9c4 (diff) |
Merge "Add ansible server for APPC CSIT"
Diffstat (limited to 'plans/appc/healthcheck/teardown.sh')
-rwxr-xr-x | plans/appc/healthcheck/teardown.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plans/appc/healthcheck/teardown.sh b/plans/appc/healthcheck/teardown.sh index 94d1bc77..066c764c 100755 --- a/plans/appc/healthcheck/teardown.sh +++ b/plans/appc/healthcheck/teardown.sh @@ -17,9 +17,10 @@ # Modifications copyright (c) 2017 AT&T Intellectual Property # -kill-instance.sh appc_controller_container +kill-instance.sh ccsdk_ansible_container kill-instance.sh ccsdk_dgbuilder_container kill-instance.sh appc_cdt_container +kill-instance.sh appc_controller_container kill-instance.sh sdnc_db_container # $WORKSPACE/archives/appc deleted with archives folder when tests starts so we keep it at the end for debugging |