Re: [OE-core] [PATCH V2 6/9] core/target/ssh.py: replace decode errors

2017-08-23 Thread Robert Yang
On 08/23/2017 09:17 PM, Richard Purdie wrote: On Tue, 2017-08-22 at 22:55 +1200, Paul Eggleton wrote: On Tuesday, 22 August 2017 1:23:10 PM NZST Robert Yang wrote: There might be wild strings when read from target (especially when reading ptest results), replace the errors to avoid breaking

Re: [OE-core] [PATCH V2 6/9] core/target/ssh.py: replace decode errors

2017-08-23 Thread Richard Purdie
On Tue, 2017-08-22 at 22:55 +1200, Paul Eggleton wrote: > On Tuesday, 22 August 2017 1:23:10 PM NZST Robert Yang wrote: > > > > There might be wild strings when read from target (especially when > > reading ptest results), replace the errors to avoid breaking the > > test. > > > > Fixed: (Not alw

Re: [OE-core] [PATCH V2 6/9] core/target/ssh.py: replace decode errors

2017-08-22 Thread Paul Eggleton
On Tuesday, 22 August 2017 1:23:10 PM NZST Robert Yang wrote: > There might be wild strings when read from target (especially when > reading ptest results), replace the errors to avoid breaking the test. > > Fixed: (Not always happen) > $ bitbake core-image-sato -ctestimage > [snip] > status,

[OE-core] [PATCH V2 6/9] core/target/ssh.py: replace decode errors

2017-08-21 Thread Robert Yang
There might be wild strings when read from target (especially when reading ptest results), replace the errors to avoid breaking the test. Fixed: (Not always happen) $ bitbake core-image-sato -ctestimage [snip] status, output = self.target.run('ptest-runner', 0) File "/buildarea/lyang1/poky/m