summaryrefslogtreecommitdiffstats
path: root/csit/plans
diff options
context:
space:
mode:
authorJosephKeenan <joseph.keenan@est.tech>2021-12-08 18:16:44 +0000
committerJosephKeenan <joseph.keenan@est.tech>2021-12-14 16:13:40 +0000
commit82ebf531110deba98086f8f7cb9c745519bbc4f4 (patch)
tree6a64017dc6986dc4d2e042ea33e09e1ffdcd495f /csit/plans
parent4207fab422760b17187d37776ebc1867b995bba1 (diff)
Changing putOperationWithJson to postOperationWithJson
-Modified responseEntity<String> to reesponseEntity<Object> -Changed behaviour of sync to use new repsonses and removed JSON parsing -Updated tests to use new responsess -Tests have been updated and added jira to docs -Added messageConverters to RestTemplate to support plain text with ResponseEntity<Object> -Added docker log output for cps & dmi containers during CSIT teardown -Moved reponse conversion from service into DMIModelOperations class -Added response handling test (edgecases) -Updated response request body for passthrough-running CSIT test to pass Issue-ID: CPS-777 Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Change-Id: If2acf83a97b8aad5aa2c342154d807a47cace6a0
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 75f0af41f..f1939cf4b 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)