commit | 439ed3e5011d934ea184313988b232cc3893b44f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 24 11:59:22 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 30 17:48:47 2019 -0400 |
tree | d05992c0fc5de377bbbbb5f95c1830e9703d70b9 | |
parent | 6a9904140b9577bbac4444af841cad549f4d39ba [diff] |
test/py: test_ut.py: Ensure we use bytes 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 <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com> Tested-by: Simon Glass <sjg@chromium.org> [on sandbox] Signed-off-by: Tom Rini <trini@konsulko.com>