Re: [U-Boot] [PATCHv3 07/13] test/py: test_ut.py: Ensure we use bytes

2019-11-01 Thread Tom Rini
On Thu, Oct 24, 2019 at 11:59:22AM -0400, Tom Rini wrote: > In the case of some unit tests we are working with providing a fake > flash device that we have written some text strings in to. In this case > we want to tell Python to encode things to bytes for us. > > Reviewed-by: Stephen Warren >

[U-Boot] [PATCHv3 07/13] test/py: test_ut.py: Ensure we use bytes

2019-10-24 Thread Tom Rini
In the case of some unit tests we are working with providing a fake flash device that we have written some text strings in to. In this case we want to tell Python to encode things to bytes for us. Reviewed-by: Stephen Warren Reviewed-by: Simon Glass Tested-by: Stephen Warren Tested-by: Simon G