On Wed, Jan 24, 2024 at 20:37:23 +0100, Andrea Bolognani wrote:
We have a few test cases that cover the ability to set <title>
and <description> for a guest as a side effect. Introduce an
explicit test case for the functionality.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.../title-and-description.x86_64-latest.args | 31 ++++++++++++++++++
.../title-and-description.x86_64-latest.xml | 32 +++++++++++++++++++
.../qemuxmlconfdata/title-and-description.xml | 19 +++++++++++
tests/qemuxmlconftest.c | 1 +
4 files changed, 83 insertions(+)
create mode 100644 tests/qemuxmlconfdata/title-and-description.x86_64-latest.args
create mode 100644 tests/qemuxmlconfdata/title-and-description.x86_64-latest.xml
create mode 100644 tests/qemuxmlconfdata/title-and-description.xml
This one, since it has no impact on the commandline, would qualify also
for genericxml2xmltest.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>