test/py: spi: Prevent to overwrite the reserved memory
authorLove Kumar <love.kumar@amd.com>
Tue, 15 Apr 2025 09:41:09 +0000 (15:11 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 24 Apr 2025 14:23:05 +0000 (08:23 -0600)
commit140e1d7fc3a5634e8a3971b5c6bf9b0239591eb0
tree4335efde9007c542f0c737f34866f181e0436c72
parent8327aa9af4be32b4236dfd25c8cefe568e9b3641
test/py: spi: Prevent to overwrite the reserved memory

Update SPI negative tests to prevent SF command from overwriting the
reserved memory area.

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