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)
commit9a8a27a76ad7ab51f19c7f019d7cdac8a3f9f3c9
treedfac18d00740bfc8c29da90e62dfb18765bb2143
parent7e91bf892fd6f428c7f63cb66287cd94e4c5b989
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]