From 8d5059f5db4db98bfa7f04e20175c0632811f40e Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Tue, 26 Jul 2016 11:44:56 +0200 Subject: [PATCH] fixing remote termination point for bmp tool Change-Id: I093ea838f9125a2bec1b889fc3b212728e2df4e3 Signed-off-by: Peter Gubka --- csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot b/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot index 4fb11c0a10..7a9f8a31d6 100644 --- a/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot +++ b/csit/suites/bgpcep/bgpfunct/050_bmp_basic.robot @@ -32,11 +32,12 @@ ${BMP_LOG_FILE} bmpmock.log *** Test Cases *** Start_Bmp_Mock [Documentation] Starts bmp-mock on tools vm - ${command}= NexusKeywords.Compose_Full_Java_Command -jar ${filename} --local_address ${TOOLS_SYSTEM_IP} --remote_address ${ODL_SYSTEM_IP} --routers_count 1 --peers_count 1 --log_level DEBUG 2>&1 | tee ${BMP_LOG_FILE} + ${command}= NexusKeywords.Compose_Full_Java_Command -jar ${filename} --local_address ${TOOLS_SYSTEM_IP} --remote_address ${ODL_SYSTEM_IP}:12345 --routers_count 1 --peers_count 1 --log_level DEBUG 2>&1 | tee ${BMP_LOG_FILE} BuiltIn.Log ${command} SSHLibrary.Set_Client_Configuration timeout=30s SSHLibrary.Write ${command} - SSHLibrary.Read_Until successfully established. + ${until_phrase}= BuiltIn.Set_Variable_If "${ODL_STREAM}"=="beryllium" sucesfully established. successfully established. + SSHLibrary.Read_Until ${until_phrase} Verify Data Reported [Documentation] Verifies if the tool reported expected data -- 2.36.6