dm: Add tests for the sandbox host driver
authorSimon Glass <sjg@chromium.org>
Sun, 30 Oct 2022 01:47:19 +0000 (19:47 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2022 23:24:30 +0000 (16:24 -0700)
commit499503e1578fe385e820170af78525ea2f799a4c
tree76db6e2144fb76dd1e83b57f743115b4df76e429
parent2851cc94f3010d686fca3817f66ec8e9f4b2235b
dm: Add tests for the sandbox host driver

Add some unit tests for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/Makefile
test/dm/host.c [new file with mode: 0644]
test/py/tests/fs_helper.py
test/py/tests/test_ut.py