]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: spi: Set the expected error message
authorLove Kumar <love.kumar@amd.com>
Mon, 2 Sep 2024 18:38:17 +0000 (00:08 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 10 Sep 2024 19:15:06 +0000 (13:15 -0600)
commit2349cc00d907253d88ff2340690d3159d49811f0
tree257d7a02ead2376410f4d40b7ff9e4dd65caf785
parent52ec7b7c89ff1256daed551012e378df7fce4564
test/py: spi: Set the expected error message

If erase/write/read size is 0 then it throws the mentioned error message
when debug message ie enabled as per 899fb5aa8bec ("cmd: sf/nand: Print
and return failure when 0 length is passed"), setting it to None as
debug message is not enabled by default for testing.

Signed-off-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_spi.py