From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Beguin Date: Mon, 26 Feb 2018 23:17:43 -0500 Subject: [U-Boot] [PATCH 0/3] add inital SF tests Message-ID: <20180227041746.2509-1-liambeguin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, This is the inital step to adding tests for the SF subsystem plus very minor fixes. It is based on work I found on the mailing list[1]. For now, it doesn't do much but I plan on adding code to reset the flash to its initial state (based on an env flag) and more code to test the `sf protect` subcommand (which is the main goal of this series). I'm sending it now to make sure it's headed in the right direction. Thanks, Liam Beguin [ 1 ] https://patchwork.ozlabs.org/patch/623061/ Liam Beguin (3): test/py: README: fix typo test/py: README: add HOSTNAME to PYTHONPATH test/py: add spi_flash tests test/py/README.md | 6 +- test/py/tests/test_sf.py | 233 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 236 insertions(+), 3 deletions(-) create mode 100644 test/py/tests/test_sf.py base-commit: 4bafceff0e9e5a36908031e41c69a6b37e82da58 Published-As: https://github.com/Liambeguin/u-boot/releases/tag/test_sf_v1 -- 2.16.1.72.g5be1f00a9a70