From 78fafa000c306948d94c14d75f53b13e964efbd7 Mon Sep 17 00:00:00 2001 From: Zhaoxing Date: Wed, 29 Aug 2018 11:28:25 +0800 Subject: Remove the dependency on the MSB Remove the dependency on the MSB Add more log information Change-Id: I531fd6c9f73ffa8a6e7a34c08a14837e706c8470 Issue-ID: VFC-851 Signed-off-by: Zhaoxing --- test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh') diff --git a/test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh b/test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh index 384bc3935..bca33569b 100644 --- a/test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh +++ b/test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh @@ -16,6 +16,12 @@ # # This script is sourced by run-csit.sh after Robot test completion. +echo === logs vfc_wfengine_activiti === +docker logs vfc_wfengine_activiti + +echo === logs vfc_wfengine_mgrservice === +docker logs vfc_wfengine_mgrservice + kill-instance.sh msb_internal_apigateway kill-instance.sh msb_discovery kill-instance.sh msb_consul -- cgit 1.2.3-korg