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/heatbridge.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources/heatbridge.robot') diff --git a/robot/resources/heatbridge.robot b/robot/resources/heatbridge.robot index f91f9c4e..c8d6971b 100644 --- a/robot/resources/heatbridge.robot +++ b/robot/resources/heatbridge.robot @@ -112,7 +112,7 @@ Run Set VNF Params ${put_resp}= Run A&AI Put Request ${VERSIONED_INDEX_PATH}/network/generic-vnfs/generic-vnf/${vnf_id} ${payload_string} ${status_string}= Convert To String ${put_resp.status_code} Should Match Regexp ${status_string} ^(200|201)$ - Log To Console Set VNF ProvStatus: ${vnf_id} to ${prov_status} + Log Set VNF ProvStatus: ${vnf_id} to ${prov_status} Run Get Generic VNF By VnfId [Documentation] Get VNF GET Payload with resource ID -- cgit 1.2.3-korg