]> git.baikalelectronics.ru Git - uboot.git/commit
dm: test: Add a test for the various migration combinations
authorSimon Glass <sjg@chromium.org>
Mon, 13 Feb 2023 15:56:41 +0000 (08:56 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 14 Feb 2023 16:43:27 +0000 (09:43 -0700)
commit6a88ee0e13188d34f20f08e16ba82c98a79da5cd
treedfac18d00740bfc8c29da90e62dfb18765bb2143
parentee94536d9595dfe7b14eb909f640d3310e9d0973
dm: test: Add a test for the various migration combinations

Test that:

- sandbox shows a warning when an unmigrated DT is used
- sandbox fails to run when migration is turned off
- sandbox_spl fails to build when migration is turned off

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_of_migrate.py [new file with mode: 0644]