From 8e7028b3ee4d18ec1916f9a68dd8587377452376 Mon Sep 17 00:00:00 2001 From: DR695H Date: Wed, 10 Jul 2019 10:13:58 -0400 Subject: remove log to console log to console doesnt show things in the log files and so isnt viewable in jenkins. If console is really needed, add console=True to Log keyword Issue-ID: TEST-173 Change-Id: I9f736eab99120c4b7c32b55fd6c5e0f823e7b734 Signed-off-by: DR695H --- robot/resources/so/direct_instantiate.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources/so/direct_instantiate.robot') diff --git a/robot/resources/so/direct_instantiate.robot b/robot/resources/so/direct_instantiate.robot index e9291025..6022695f 100644 --- a/robot/resources/so/direct_instantiate.robot +++ b/robot/resources/so/direct_instantiate.robot @@ -47,6 +47,6 @@ Instantiate Service Direct To SO Log ${preload_dict} Log ${template} ${service_instance_id}= Create Entire Service ${csar_file} ${vnf_template_file} ${template} ${name_suffix} ${GLOBAL_INJECTED_REGION} ${GLOBAL_INJECTED_OPENSTACK_TENANT_ID} - Log To Console ServiceInstanceId:${service_instance_id} + Log ServiceInstanceId:${service_instance_id} Should Not Be Equal As Strings ${service_instance_id} None -- cgit 1.2.3-korg