aboutsummaryrefslogtreecommitdiffstats
path: root/plans/vfc-nfvo-catalog/sanity-check/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plans/vfc-nfvo-catalog/sanity-check/setup.sh')
-rw-r--r--plans/vfc-nfvo-catalog/sanity-check/setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/plans/vfc-nfvo-catalog/sanity-check/setup.sh b/plans/vfc-nfvo-catalog/sanity-check/setup.sh
index d839fa55..e6221731 100644
--- a/plans/vfc-nfvo-catalog/sanity-check/setup.sh
+++ b/plans/vfc-nfvo-catalog/sanity-check/setup.sh
@@ -64,5 +64,8 @@ for i in {1..10}; do
sleep $i
done
+docker cp vfc-catalog:/service/vfc/nfvo/catalog/logs/runtime_catalog.log ./
+cat runtime_catalog.log
+
# Pass any variables required by Robot test suites in ROBOT_VARIABLES
ROBOT_VARIABLES="-v MSB_IP:${MSB_IP} -v CATALOG_IP:${CATALOG_IP} -v MSB_DISCOVERY_IP:${DISCOVERY_IP}"