Add docker logs for csit 60/88860/1
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 30 May 2019 10:22:24 +0000 (18:22 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 30 May 2019 10:22:24 +0000 (18:22 +0800)
Change-Id: I5291600cc9f2738014f151db493440b8e756649c
Issue-ID: INT-1015
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
plans/vfc-nfvo-catalog/sanity-check/setup.sh
plans/vfc-nfvo-catalog/sanity-check/teardown.sh

index 344214f..94f21e1 100644 (file)
@@ -72,5 +72,7 @@ cat config.py
 docker cp vfc-catalog:/service/vfc/nfvo/catalog/logs/runtime_catalog.log ./
 cat runtime_catalog.log
 
+docker logs vfc-catalog
+
 # 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} -v SCRIPTS:${SCRIPTS}"
index cfccb3f..c328f5e 100644 (file)
@@ -16,6 +16,7 @@
 #
 
 # print log file for catalog
+docker logs vfc-catalog
 docker cp vfc-catalog:/service/vfc/nfvo/catalog/logs/runtime_catalog.log ./
 cat runtime_catalog.log