On Thu, Feb 06, 2020 at 08:52:06AM +0100, Peter Krempa wrote:
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../disk-slices.x86_64-latest.args | 50 +++++++++++++++++
tests/qemuxml2argvdata/disk-slices.xml | 45 +++++++++++++++
tests/qemuxml2argvtest.c | 2 +
.../disk-slices.x86_64-latest.xml | 56 +++++++++++++++++++
tests/qemuxml2xmltest.c | 2 +
5 files changed, 155 insertions(+)
create mode 100644 tests/qemuxml2argvdata/disk-slices.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/disk-slices.xml
create mode 100644 tests/qemuxml2xmloutdata/disk-slices.x86_64-latest.xml
The xml file would have been nice to have squashed with the schema changes,
and the xml2xml test with the formatter/parser.
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano