[U-Boot] [PATCH 0/9] test: Fix up some missed review comments
Simon Glass
sjg at chromium.org
Mon Aug 1 01:35:00 CEST 2016
The vboot test conversion was applied quickly as it fixed a test breakage.
I did not get time to go through the review comments. This series addresses
most of those.
A few things have not changed:
- I've kept the trailing '/' on the end of tmpdir as it feels pretty natural
to me
- I haven't used ubconfig.persistent_data_dir as the files are small and
most must be regenerated each time
- Anything else I missed
Simon Glass (9):
Makefile: Allow 'make tests' to run tests
test: Fix typos and tidy up
test: Check exit status in run_and_log_expect_exception()
test: Fix typos in comments
test: Drop the cmd() function
test: Rename sha to sha_algo and pass it around
test: vboot: Put each test variant in its own section
test: Add a function to restart U-Boot
test: Adjust run_command_list() to return a list of strings
Makefile | 5 +-
test/README | 8 +--
test/py/multiplexed_log.py | 2 +
test/py/tests/test_vboot.py | 108 ++++++++++++++++++++++-------------------
test/py/u_boot_console_base.py | 14 ++++--
test/py/u_boot_utils.py | 27 ++++-------
6 files changed, 88 insertions(+), 76 deletions(-)
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list