vhost-device/crates/scsi/test/Containerfile
Erik Schilling 8bb862d415 scsi: add some helper scripts for testing
This provides some tooling for running blktests. The README.md contains
documentation about the architecture.

I am seeing some race-conditions that sometimes lead to boot
freezes [1], so this is not really ready for automatic evaluation during
a CI pipeline.

[1] https://linaro.atlassian.net/browse/ORKO-37

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
Link: https://linaro.atlassian.net/browse/ORKO-17
2023-06-05 14:55:32 +05:30

12 lines
240 B
Docker

FROM fedora:39
RUN dnf install --quiet --assumeyes \
/usr/bin/qemu-system-x86_64 \
/usr/bin/qemu-img \
/usr/bin/virt-sysprep \
/usr/bin/ssh-keygen \
/usr/bin/ssh \
/usr/sbin/libvirtd \
wget \
&& dnf clean all
VOLUME /tests/