sandbox: Add a test for SCSI
authorSimon Glass <sjg@chromium.org>
Wed, 21 Sep 2022 14:21:47 +0000 (16:21 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2022 19:59:56 +0000 (13:59 -0600)
commit22c80d5603ac4c58debc8c776b8f138e76cf5f7c
treea6bd3d83314fee80b1b1a2e9a39df39d96a2dcc8
parent46df0243942f98ad5a6b57cb65b31acdc88559f8
sandbox: Add a test for SCSI

Add a simple uclass test for SCSI. It reads the partition table from a
disk image and checks that it looks correct.

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