diff options
author | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2018-08-29 11:28:25 +0800 |
---|---|---|
committer | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2018-09-06 14:56:59 +0800 |
commit | 78fafa000c306948d94c14d75f53b13e964efbd7 (patch) | |
tree | 3bceabd3cb7054e4a567bab250ece9d774d3b49b /test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh | |
parent | c3182f68df326e1de45e3d4c38fbf64e650232f9 (diff) |
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 <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh')
-rw-r--r-- | test/csit/plans/vfc-nfvo-wfengine/sanity-check/teardown.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |