]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: Allow tests to control the sandbox device-tree file
authorSimon Glass <sjg@chromium.org>
Sun, 3 Jul 2016 15:40:36 +0000 (09:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:33 +0000 (18:22 -0400)
commit0671960beee89da3016f40d059df4a14f257d442
tree07923710a2bcc53af60b6cb4316f095b51a6c8de
parentb9c771b04c215de981987a92d5e1f016c8dd1921
test/py: Allow tests to control the sandbox device-tree file

Normally tests will run with the test.dtb file designed for this purpose.
However, the verified boot tests need to run with their own device-tree
file, containing a public key.

Make the device-tree file a config option so that it can be adjusted by
tests. The default is to keep the current behaviour.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Teddy Reed <teddy.reed@gmail.com>
test/py/conftest.py
test/py/u_boot_console_sandbox.py