X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FBGPSpeaker.robot;h=dc547cae1a1f475ee4ce5a93d9eb31788a132965;hb=4cda87209d0fc4fea6746d2ee963fc6bd14b1bab;hp=c593890e8b2858d01eff39336fa6dacf9e25090c;hpb=df9fad136dab8cf1113c3cc1dc8c6728f711cb4a;p=integration%2Ftest.git diff --git a/csit/libraries/BGPSpeaker.robot b/csit/libraries/BGPSpeaker.robot index c593890e8b..dc547cae1a 100644 --- a/csit/libraries/BGPSpeaker.robot +++ b/csit/libraries/BGPSpeaker.robot @@ -40,7 +40,7 @@ Start_BGP_Speaker Start_BGP_Manager [Arguments] ${arguments} [Documentation] Start the BGP manager python utility. Redirect its error output to a log file. - ${command}= BuiltIn.Set_Variable python manage_play.py ${arguments} &> ${BGPSpeaker__OUTPUT_LOG} + ${command}= BuiltIn.Set_Variable python play.py ${arguments} &> ${BGPSpeaker__OUTPUT_LOG} BuiltIn.Log ${command} ${output}= SSHLibrary.Write ${command}