Re: [OE-core] [PATCH] lib/oeqa: sshcontrol: Allow alternate port for SSHControl

2014-01-23 Thread Stanacar, StefanX
On Thu, 2014-01-23 at 10:35 +1000, Sipke Vriend wrote: > Add an optional parameter to SSHControl so the user can specify > and alternate port to the default (22). > > Signed-off-by: Sipke Vriend > --- > meta/lib/oeqa/utils/sshcontrol.py |4 +++- > 1 file changed, 3 insertions(+), 1 deleti

[OE-core] [PATCH] lib/oeqa: sshcontrol: Allow alternate port for SSHControl

2014-01-22 Thread Sipke Vriend
Add an optional parameter to SSHControl so the user can specify and alternate port to the default (22). Signed-off-by: Sipke Vriend --- meta/lib/oeqa/utils/sshcontrol.py |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/sshcontrol.py b/meta/lib/oeqa/u