X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FBGPSpeaker.robot;h=e5c5f7195930916e78cfff74e8fcd7ca02016419;hb=fbb8033e310d966c22c7ae33ea3489058582485a;hp=edb812ef1e044f9ea7f795aefd51e81e687fcd57;hpb=0250c0d9bf4f404e4cec51ad529ee7b5fd82b7c4;p=integration%2Ftest.git diff --git a/csit/libraries/BGPSpeaker.robot b/csit/libraries/BGPSpeaker.robot index edb812ef1e..e5c5f71959 100644 --- a/csit/libraries/BGPSpeaker.robot +++ b/csit/libraries/BGPSpeaker.robot @@ -24,7 +24,7 @@ Documentation Robot keyword library (Resource) for handling the BGP speaker ... want to make the assumption that an SSH connection was already open. ... alternative TODO: Explain that it is not worth to perform separate SSH logins. Library SSHLibrary -Resource ${CURDIR}/Utils.robot +Resource ${CURDIR}/RemoteBash.robot *** Variables *** ${BGPSpeaker__OUTPUT_LOG} play.py.out @@ -59,7 +59,7 @@ Kill_BGP_Speaker [Documentation] Interrupt play.py, fail if no prompt is seen within SSHLibrary timeout. ... Also dump the logs with the output the program produced. ... This keyword is also suitable for stopping BGP manager. - Utils.Write_Bare_Ctrl_C + RemoteBash.Write_Bare_Ctrl_C ${status} ${message} = BuiltIn.Run_Keyword_And_Ignore_Error SSHLibrary.Read_Until_Prompt Dump_BGP_Speaker_Logs # TODO: When Propagate_Failure is moved to better Resource, use it instead of the following.