diff options
Diffstat (limited to 'plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/teardown.sh')
-rw-r--r-- | plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/teardown.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/teardown.sh b/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/teardown.sh index a7909581..85457566 100644 --- a/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/teardown.sh +++ b/plans/vfc-nfvo-driver-vnfm-svnfm/sanity-check/teardown.sh @@ -15,6 +15,10 @@ # limitations under the License. # +# print log for ztevnfmdriver +docker cp vfc-ztevnfmdriver:/service/vfc/nfvo/driver/vnfm/svnfm/zte/vmanager/logs/runtime_ztevnfmdriver.log ./ +cat runtime_ztevnfmdriver.log + # This script is sourced by run-csit.sh after Robot test completion. kill-instance.sh msb_internal_apigateway kill-instance.sh msb_discovery |