summaryrefslogtreecommitdiff
path: root/doc/develop/pytest/test_nand.rst
AgeCommit message (Collapse)Author
2 daystest/py: nand: Add tests for NAND flash deviceLove Kumar
Add tests for nand commands to test various NAND flash operations such as erase, write and read. Use the current test/py APIs (ubman fixture and utils helpers) and refactor the pre-command helper to return a dictionary. Also add the test_nand.py test to the generated documentation. See commit 8f8f0f0ed9d0 ("doc: pytest: Document the test_net_boot test") for the kinds of changes required for the docstring to be rendered correctly. Signed-off-by: Love Kumar <[email protected]>