summaryrefslogtreecommitdiffstats
path: root/csit/plans
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-12-14 16:23:49 +0000
committerGerrit Code Review <gerrit@onap.org>2021-12-14 16:23:49 +0000
commitb7485757b6fd56c2b32cd90c5ad1d0b5bd7b3a6a (patch)
tree5a0a23677b83f27ffea2146049b45ed654a3518a /csit/plans
parentf71738be13491a91f080c5bf8622c7be59701704 (diff)
parent82ebf531110deba98086f8f7cb9c745519bbc4f4 (diff)
Merge "Changing putOperationWithJson to postOperationWithJson"
Diffstat (limited to 'csit/plans')
-rwxr-xr-xcsit/plans/cps/teardown.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/csit/plans/cps/teardown.sh b/csit/plans/cps/teardown.sh
index 75f0af41fc..f1939cf4b3 100755
--- a/csit/plans/cps/teardown.sh
+++ b/csit/plans/cps/teardown.sh
@@ -21,6 +21,12 @@
# Branched from ccsdk/distribution to this repository Feb 23, 2021
#
+echo '================================== CPS-NCMP Logs ========================'
+docker logs cps-and-ncmp
+
+echo '================================== DMI Logs ============================='
+docker logs ncmp-dmi-plugin
+
echo 'Stopping, Removing all running containers...'
docker stop $(docker ps -aq) && docker rm $(docker ps -aq)