Re: [PATCH v3] test/py: spi: Add tests for SPI flash device

2024-08-27 Thread Tom Rini
On Wed, 31 Jul 2024 14:54:12 +0530, Love Kumar wrote: > Add test cases for sf commands to verify various SPI flash operations > such as erase, write and read. It also adds qspi lock unlock cases. > This test relies on boardenv_* configurations to run it for different > SPI flash family such as sin

[PATCH v3] test/py: spi: Add tests for SPI flash device

2024-07-31 Thread Love Kumar
Add test cases for sf commands to verify various SPI flash operations such as erase, write and read. It also adds qspi lock unlock cases. This test relies on boardenv_* configurations to run it for different SPI flash family such as single SPI, QSPI, and OSPI. Signed-off-by: Love Kumar --- Change