Refactor suite to use RemoteBash, clean Utils
[integration/test.git] / csit / libraries / BGPcliKeywords.robot
index 3ee431285f54516c6956e7a6c457dfd2069e1510..6242ef9b6a4ab35ed8b80dddd7e4e9c50bc1b6c5 100644 (file)
@@ -14,7 +14,7 @@ Documentation     Robot keyword library (Resource) for handling the BGP speaker
 Library           SSHLibrary    timeout=10s
 Library           RequestsLibrary
 Variables         ${CURDIR}/../variables/Variables.py
-Resource          ${CURDIR}/Utils.robot
+Resource          ${CURDIR}/RemoteBash.robot
 
 *** Keywords ***
 Start_Console_Tool
@@ -31,7 +31,7 @@ Wait_Until_Console_Tool_Finish
 
 Stop_Console_Tool
     [Documentation]    Stop the tool if still running.
-    Utils.Write_Bare_Ctrl_C
+    RemoteBash.Write_Bare_Ctrl_C
     ${output}=    SSHLibrary.Read    delay=1s
     BuiltIn.Log    ${output}