[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
[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