On Mon, Apr 01, 2019 at 04:04:35PM +0200, Michal Privoznik wrote:
Somehow, these were not tested. Use symlinks to point expected
output back to the input. This way we can also fix some
discrepancies in the input XMLs.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
.../fd-memory-no-numa-topology.xml | 14 +++++++++++---
.../fd-memory-numa-topology.xml | 12 ++++++++++--
.../fd-memory-numa-topology2.xml | 12 ++++++++++--
.../fd-memory-numa-topology3.xml | 12 ++++++++++--
.../memfd-memory-numa.x86_64-latest.args | 2 +-
tests/qemuxml2argvdata/memfd-memory-numa.xml | 18 +++++++++++++-----
.../fd-memory-no-numa-topology.xml | 1 +
.../fd-memory-numa-topology.xml | 1 +
.../fd-memory-numa-topology2.xml | 1 +
.../fd-memory-numa-topology3.xml | 1 +
tests/qemuxml2xmloutdata/memfd-memory-numa.xml | 1 +
tests/qemuxml2xmltest.c | 14 ++++++++++++++
12 files changed, 74 insertions(+), 15 deletions(-)
create mode 120000 tests/qemuxml2xmloutdata/fd-memory-no-numa-topology.xml
create mode 120000 tests/qemuxml2xmloutdata/fd-memory-numa-topology.xml
create mode 120000 tests/qemuxml2xmloutdata/fd-memory-numa-topology2.xml
create mode 120000 tests/qemuxml2xmloutdata/fd-memory-numa-topology3.xml
create mode 120000 tests/qemuxml2xmloutdata/memfd-memory-numa.xml
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano