print log for catalog csit 76/85876/1
authorfujinhua <fu.jinhua@zte.com.cn>
Sat, 20 Apr 2019 06:48:36 +0000 (14:48 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Sat, 20 Apr 2019 06:48:36 +0000 (14:48 +0800)
Change-Id: I77abce34ea18125d08ee15df5097780dc08984ff
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 d839fa5..e622173 100644 (file)
@@ -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}"
index d498e34..cfccb3f 100644 (file)
 # limitations under the License.
 #
 
+# print log file for catalog
+docker cp vfc-catalog:/service/vfc/nfvo/catalog/logs/runtime_catalog.log ./
+cat runtime_catalog.log
+
 # This script is sourced by run-csit.sh after Robot test completion.
 kill-instance.sh msb_internal_apigateway
 kill-instance.sh msb_discovery