diff options
Diffstat (limited to 'plans/vfc-gvnfm-vnfres')
-rwxr-xr-x | plans/vfc-gvnfm-vnfres/sanity-check/setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plans/vfc-gvnfm-vnfres/sanity-check/setup.sh b/plans/vfc-gvnfm-vnfres/sanity-check/setup.sh index 11b86c78..e2ab2594 100755 --- a/plans/vfc-gvnfm-vnfres/sanity-check/setup.sh +++ b/plans/vfc-gvnfm-vnfres/sanity-check/setup.sh @@ -78,6 +78,8 @@ done docker cp vfc-vnfres:/service/vfc/gvnfm/vnfres/res/res/pub/config/config.py ./ cat config.py +docker logs vfc-vnfres + docker cp vfc-vnfres:/service/vfc/gvnfm/vnfres/res/logs/runtime_res.log ./ cat runtime_res.log |