On a Wednesday in 2024, Peter Krempa wrote:
Use the 'chardev-backends' test data as symlink to invoke the
test case
again asserting QEMU_CAPS_CHARDEV_JSON which will make the commandline
generator use the JSON representation of the -chardev backend instead
allowing us to validate it agains the QMP schema.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../chardev-backends-json.x86_64-latest.args | 79 +++++++++++++++++++
.../chardev-backends-json.x86_64-latest.xml | 1 +
.../qemuxmlconfdata/chardev-backends-json.xml | 1 +
tests/qemuxmlconftest.c | 4 +
4 files changed, 85 insertions(+)
create mode 100644 tests/qemuxmlconfdata/chardev-backends-json.x86_64-latest.args
create mode 120000 tests/qemuxmlconfdata/chardev-backends-json.x86_64-latest.xml
create mode 120000 tests/qemuxmlconfdata/chardev-backends-json.xml
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano