test: drop removed SCSI passthrough feature
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 18 Sep 2024 10:54:51 +0000 (12:54 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 18 Sep 2024 23:14:39 +0000 (08:14 +0900)
commitcd57920fbf6a8f7769a82cfc9bebc12965de0199
tree17f673e23b41d2d8fb7d9c412a76045250523513
parentfb4c82b643ba4494792f16faf2af7b017432e012
test: drop removed SCSI passthrough feature

This feature has been deprecated since QEMU 5.0 and finally removed in
QEMU 9.1 [0] which now causes issues when running the storage tests on
latest Arch:

------ testcase_long_sysfs_path: BEGIN ------
...
qemu-system-x86_64: -device virtio-blk-pci,drive=drive0,scsi=off,bus=pci_bridge25: Property 'virtio-blk-pci.scsi' not found
E: qemu failed with exit code 1

[0] https://github.com/qemu/qemu/commit/a271b8d7b2f39275a05e49deb7c8edc20b7a8279
test/TEST-64-UDEV-STORAGE/long_sysfs_path.configure
test/TEST-64-UDEV-STORAGE/test.sh