On a Thursday in 2022, Peter Krempa wrote:
According to commit 52222568490 the test case was added to verify
that
the '<address>' element is covered by the schema. The test was not
registered for qemuxml2argvtest though. We can use 'net-server' instead
as it has the same type. On the other hand that one was not registered
for qemuxml2xmltest.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/qemuxml2argvdata/interface-server.xml | 131 -----------------
tests/qemuxml2xmloutdata/interface-server.xml | 138 ------------------
tests/qemuxml2xmloutdata/net-server.xml | 43 ++++++
tests/qemuxml2xmltest.c | 6 +-
4 files changed, 44 insertions(+), 274 deletions(-)
delete mode 100644 tests/qemuxml2argvdata/interface-server.xml
delete mode 100644 tests/qemuxml2xmloutdata/interface-server.xml
create mode 100644 tests/qemuxml2xmloutdata/net-server.xml
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano