On Mon, Feb 04, 2019 at 04:46:50PM +0100, Peter Krempa wrote:
As we support multiple scsi controllers there's no need to have a
special test for this controller.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../disk-scsi-mptsas1068.args | 31 -------------
.../qemuxml2argvdata/disk-scsi-mptsas1068.xml | 36 ---------------
.../disk-scsi.x86_64-latest.args | 6 ++-
tests/qemuxml2argvdata/disk-scsi.xml | 7 +++
tests/qemuxml2argvtest.c | 3 --
.../disk-scsi-mptsas1068.xml | 46 -------------------
tests/qemuxml2xmloutdata/disk-scsi.xml | 12 ++++-
tests/qemuxml2xmltest.c | 6 +--
8 files changed, 25 insertions(+), 122 deletions(-)
delete mode 100644 tests/qemuxml2argvdata/disk-scsi-mptsas1068.args
delete mode 100644 tests/qemuxml2argvdata/disk-scsi-mptsas1068.xml
delete mode 100644 tests/qemuxml2xmloutdata/disk-scsi-mptsas1068.xml
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano