
On Mon, Feb 04, 2019 at 04:46:49PM +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@redhat.com> --- tests/qemuxml2argvdata/disk-scsi-megasas.args | 31 ------------- tests/qemuxml2argvdata/disk-scsi-megasas.xml | 35 --------------- .../disk-scsi.x86_64-latest.args | 6 ++- tests/qemuxml2argvdata/disk-scsi.xml | 6 +++ tests/qemuxml2argvtest.c | 2 - .../qemuxml2xmloutdata/disk-scsi-megasas.xml | 45 ------------------- tests/qemuxml2xmloutdata/disk-scsi.xml | 11 ++++- tests/qemuxml2xmltest.c | 4 +- 8 files changed, 22 insertions(+), 118 deletions(-) delete mode 100644 tests/qemuxml2argvdata/disk-scsi-megasas.args delete mode 100644 tests/qemuxml2argvdata/disk-scsi-megasas.xml delete mode 100644 tests/qemuxml2xmloutdata/disk-scsi-megasas.xml
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano