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>
This commit is contained in:
Simon Glass
2022-09-21 16:21:47 +02:00
parent 46df024394
commit 22c80d5603
5 changed files with 58 additions and 0 deletions

View File

@@ -245,6 +245,10 @@
compatible = "sandbox,sandbox-rng";
};
scsi {
compatible = "sandbox,scsi";
};
sound {
compatible = "sandbox,sound";
cpu {

View File

@@ -1158,6 +1158,11 @@
backlight = <&backlight 0 100>;
};
scsi {
compatible = "sandbox,scsi";
sandbox,filepath = "scsi.img";
};
smem@0 {
compatible = "sandbox,smem";
};