commit | 9339e514a78781ded3645db41056c0fa32c15e85 | [log] [tgz] |
---|---|---|
author | Love Kumar <love.kumar@amd.com> | Tue Sep 03 00:08:17 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 10 13:15:06 2024 -0600 |
tree | 257d7a02ead2376410f4d40b7ff9e4dd65caf785 | |
parent | 60fd544ce1a32ba891913aa0db42c4304397c21e [diff] |
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>