diff options
Diffstat (limited to 'plans/vfc-nfvo-lcm/sanity-check/teardown.sh')
-rwxr-xr-x | plans/vfc-nfvo-lcm/sanity-check/teardown.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plans/vfc-nfvo-lcm/sanity-check/teardown.sh b/plans/vfc-nfvo-lcm/sanity-check/teardown.sh index 6ddf7557..5fa01069 100755 --- a/plans/vfc-nfvo-lcm/sanity-check/teardown.sh +++ b/plans/vfc-nfvo-lcm/sanity-check/teardown.sh @@ -15,6 +15,10 @@ # limitations under the License. # +# print logs of lcm +docker cp vfc-nslcm:/service/vfc/nfvo/lcm/logs/runtime_lcm.log ./ +cat runtime_lcm.log + # This script is sourced by run-csit.sh after Robot test completion. kill-instance.sh msb_internal_apigateway kill-instance.sh msb_discovery |