From bc0731a62d25fd3bc762deeea315702020180429 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Thu, 19 Nov 2015 11:55:32 +0100 Subject: [PATCH] Missing part of commit 500faa3ca A bunch of low-level manipulation was left behind in that commit. Additionally, this low level manipulation piece was missing some parts, leading to failures. Replace with a call to a SSHLibrary keyword that does exactly the same thing. Change-Id: I30c0bea4571e8c441612d526171464222882a1e8 Signed-off-by: Jozef Behran --- csit/suites/netconf/MDSAL/northbound.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csit/suites/netconf/MDSAL/northbound.robot b/csit/suites/netconf/MDSAL/northbound.robot index 8f0763e39c..0017bf9634 100644 --- a/csit/suites/netconf/MDSAL/northbound.robot +++ b/csit/suites/netconf/MDSAL/northbound.robot @@ -272,8 +272,7 @@ Open_ODL_Netconf_Connection SSHLibrary.Write sshpass -p ${password} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ${user}\@127.0.0.1 -p ${port} -s netconf ${hello}= SSHLibrary.Read_Until ${ODL_NETCONF_PROMPT} SSHLibrary.Switch_Connection ${ssh_control} - SSHLibrary.Write ps -A | grep sshpass | cut -b 1-6 - ${pid}= SSHKeywords.Read_Command_Response + ${pid}= SSHLibrary.Execute_Command ps -A | grep sshpass | cut -b 1-6 BuiltIn.Set_Suite_Variable ${ssh_netconf_pid} ${pid} SSHLibrary.Switch_Connection ${ssh_netconf} [Return] ${hello} -- 2.36.6