On Mon, Jun 23, 2025 at 21:59:10 +0200, Peter Krempa wrote:
From: Peter Krempa <pkrempa(a)redhat.com>
The 'removable' property is tested for 'usb' and 'scsi' disks.
The test
case for 'usb' disks already has another test case for this, so add
testing of 'removable' SCSI disks into the 'disk-scsi' case and remove
the 'disk-device-removable' case completely.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../disk-device-removable.x86_64-latest.args | 40 --------------
.../disk-device-removable.x86_64-latest.xml | 54 -------------------
.../qemuxmlconfdata/disk-device-removable.xml | 32 -----------
.../disk-scsi.x86_64-latest.args | 2 +-
tests/qemuxmlconfdata/disk-scsi.xml | 2 +-
tests/qemuxmlconftest.c | 1 -
6 files changed, 2 insertions(+), 129 deletions(-)
delete mode 100644 tests/qemuxmlconfdata/disk-device-removable.x86_64-latest.args
delete mode 100644 tests/qemuxmlconfdata/disk-device-removable.x86_64-latest.xml
delete mode 100644 tests/qemuxmlconfdata/disk-device-removable.xml
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>