diff options
author | Aaron Hay <ah415j@att.com> | 2018-10-05 20:25:34 +0000 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-10-06 14:54:19 +0000 |
commit | 73792ad8099d86f20b0a492ef13df225eb4ca9c4 (patch) | |
tree | b1296aa018b9c5033d035128a23e6d178e05d432 /plans/appc/healthcheck/teardown.sh | |
parent | ce54a0434ded2f149266d9cdf082af4ae8665cec (diff) |
Add ansible server for APPC CSIT
Change-Id: Iea988ff2fe45431b030299952c7cbc8340f209ba
Issue-ID: APPC-1168
Signed-off-by: Aaron Hay <ah415j@att.com>
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 |