]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/target/ssh: Replace suggogatepass with ignoring errors
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2019 18:49:25 +0000 (19:49 +0100)
committerArmin Kuster <akuster808@gmail.com>
Sat, 18 May 2019 04:31:01 +0000 (21:31 -0700)
commitcf4d3230ac439118a2ad3c381bac38e11b3e14e8
treefe698c0a003b82f306d921e2c465323197315abe
parent274c22a1fd95418e4afb6633bb4b2e6debc4d7ea
oeqa/target/ssh: Replace suggogatepass with ignoring errors

We continued to see encoding problems with ssh commands run in oeqa. After much
research the conclusion was we should use ignore the errors since some occasional bad
locale encoding is better than the unicode decoding issues we were seeing which crashed
large parts of tests.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/core/target/ssh.py