File play.py was reworked to use threads
[integration/test.git] / csit / libraries / BGPSpeaker.robot
index c593890e8b2858d01eff39336fa6dacf9e25090c..dc547cae1a1f475ee4ce5a93d9eb31788a132965 100644 (file)
@@ -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}