On a Wednesday in 2024, Peter Krempa wrote:
The test case attempts to test as many of the chardev backends as
possible by adding channels with various configs. The idea is to have a
representative sample which will later be used also for QMP schema
testing.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../chardev-backends.x86_64-latest.args | 79 ++++++++++
.../chardev-backends.x86_64-latest.xml | 149 ++++++++++++++++++
tests/qemuxmlconfdata/chardev-backends.xml | 111 +++++++++++++
tests/qemuxmlconftest.c | 2 +
4 files changed, 341 insertions(+)
create mode 100644 tests/qemuxmlconfdata/chardev-backends.x86_64-latest.args
create mode 100644 tests/qemuxmlconfdata/chardev-backends.x86_64-latest.xml
create mode 100644 tests/qemuxmlconfdata/chardev-backends.xml
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano