From cde887ff32c0a87eda6afe5537ab12440af7bb81 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 2 Feb 2021 22:42:24 -0800 Subject: [PATCH] Fix robot KW logging Change-Id: I9a8640c7b26a0c0172576d50fbb30482aef22163 Signed-off-by: Luis Gomez --- csit/libraries/NetconfKeywords.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/libraries/NetconfKeywords.robot b/csit/libraries/NetconfKeywords.robot index 1e1d1991d3..aa98bb9960 100644 --- a/csit/libraries/NetconfKeywords.robot +++ b/csit/libraries/NetconfKeywords.robot @@ -67,7 +67,7 @@ Configure_Device_And_Verify [Documentation] Operation for configuring the device in the Netconf subsystem and connecting to it. Configure_Device ${current_name} ${log_response} KarafKeywords.Log_Message_To_Controller_Karaf Waiting for device ${current_name} to connect - Wait_Device_Connected ${current_name} period=0.5s + Wait_Device_Connected ${current_name} period=0.5s log_response=${log_response} KarafKeywords.Log_Message_To_Controller_Karaf Device ${current_name} connected Count_Netconf_Connectors_For_Device @@ -87,7 +87,7 @@ Wait_Connected [Arguments] ${current_name} ${log_response}=True [Documentation] Operation for waiting until the device is connected. KarafKeywords.Log_Message_To_Controller_Karaf Waiting for device ${current_name} to connect - Wait_Device_Connected ${current_name} period=0.5s timeout=300s + Wait_Device_Connected ${current_name} period=0.5s timeout=300s log_response=${log_response} KarafKeywords.Log_Message_To_Controller_Karaf Device ${current_name} connected Check_Device_Has_No_Netconf_Connector -- 2.36.6