On Thu, Jan 05, 2023 at 05:30:25PM +0100, Peter Krempa wrote:
Enable the qemuxml2xml variant and add output data for
qemuxml2argvtest.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../disk-source-fd.x86_64-latest.args | 49 +++++++++++++++++
tests/qemuxml2argvtest.c | 4 ++
.../disk-source-fd.x86_64-latest.xml | 52 +++++++++++++++++++
tests/qemuxml2xmltest.c | 2 +
4 files changed, 107 insertions(+)
create mode 100644 tests/qemuxml2argvdata/disk-source-fd.x86_64-latest.args
create mode 100644 tests/qemuxml2xmloutdata/disk-source-fd.x86_64-latest.xml
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>