Re: [OE-core] [PATCH v2] oeqa,ssh: Handle SSHCall timeout error code

2023-11-14 Thread luca fancellu
> On 14 Nov 2023, at 12:29, Ross Burton wrote: > > On 13 Nov 2023, at 09:18, luca fancellu via lists.openembedded.org > wrote: >> I see this one has been merged in master: >> https://git.yoctoproject.org/poky/commit/?id=0f25c8aa775001166a03b8b215b7b9ab80ef4f9e >> >> Is it possible to backpor

Re: [OE-core] [PATCH v2] oeqa,ssh: Handle SSHCall timeout error code

2023-11-14 Thread Ross Burton
On 13 Nov 2023, at 09:18, luca fancellu via lists.openembedded.org wrote: > I see this one has been merged in master: > https://git.yoctoproject.org/poky/commit/?id=0f25c8aa775001166a03b8b215b7b9ab80ef4f9e > > Is it possible to backport this fix also to mickledore? Or should I send a > patch wi

Re: [OE-core] [PATCH v2] oeqa,ssh: Handle SSHCall timeout error code

2023-11-13 Thread luca fancellu
Hi all, > On 9 Nov 2023, at 14:36, luca fancellu via lists.openembedded.org > wrote: > > The current code in ssh.py is terminating the ssh process that > does not finish its computation in a given timeout (when timeout > is passed), the SSHCall function is returning the process error > code. >