
On Mon, Feb 04, 2019 at 04:46:37PM +0100, Peter Krempa wrote:
Add a file to agregate testing for 'virtio-scsi' based on the modern
aggregate
framework.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- .../controller-virtio-scsi.x86_64-latest.args | 34 ++++++++++++++++++ .../controller-virtio-scsi.xml | 29 +++++++++++++++ tests/qemuxml2argvtest.c | 1 + .../controller-virtio-scsi.xml | 36 +++++++++++++++++++ tests/qemuxml2xmltest.c | 1 + 5 files changed, 101 insertions(+) create mode 100644 tests/qemuxml2argvdata/controller-virtio-scsi.x86_64-latest.args create mode 100644 tests/qemuxml2argvdata/controller-virtio-scsi.xml create mode 100644 tests/qemuxml2xmloutdata/controller-virtio-scsi.xml
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano