vpl: Test that VPL runs correctly through to U-Boot proper
authorSimon Glass <sjg@chromium.org>
Sat, 30 Apr 2022 06:56:56 +0000 (00:56 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 May 2022 14:01:51 +0000 (10:01 -0400)
commit5f195140a9ecd2bbb8525fcf94ee23d24f3caf3d
tree365e076d1a5391264d5cda780a54d0c86b4c531c
parent313438c971d42a2cb1abfc824ece4e6c1b82776a
vpl: Test that VPL runs correctly through to U-Boot proper

Check the TPL -> VPL -> SPL -> U-Boot path by running the 'help' command
in U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_help.py