mbox series

[scarthgap,0/1] backport raw ssh output patch

Message ID 20250115143443.24741-1-peter.marko@siemens.com
Headers show
Series backport raw ssh output patch | expand

Message

Peter Marko Jan. 15, 2025, 2:34 p.m. UTC
Currently we see following warning if testimage fails on scarthgap:
WARNING: some-image-sdk-1.0-r0 do_testimage: Can not retrieve artifacts from test target: OESSHTarget.run() got an unexpected keyword argument 'raw'

https://git.openembedded.org/openembedded-core/commit/?h=scarthgap&id=8b5c66c91d94f4c8521fe9443e65d86063dba5e5
backported to scarthgap uses code:
(status, output) = target.run(cmd, raw = True)
This code requires support for argument raw, which needs to be
backported, too.

Alexis Lothoré (1):
  oeqa/ssh: allow to retrieve raw, unformatted ouput

 meta/lib/oeqa/core/target/ssh.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)