
2 Nov
2022
2 Nov
'22
2:45 p.m.
On a Tuesday in 2022, Peter Krempa wrote:
Introduce an internal schema for a single device and use it to test the various files in tests/qemuhotplugtestdevices and tests/qemublocktestdata directories.
This also requires us to implement schema for (some) privateData bits for the disk source.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/schemas/device.rng.in | 51 ++++++++++++++++++++++++ tests/schemas/meson.build | 2 + tests/schemas/privatedata.rng.in | 68 ++++++++++++++++++++++++++++++++ tests/virschematest.c | 7 ++++ 4 files changed, 128 insertions(+) create mode 100644 tests/schemas/device.rng.in create mode 100644 tests/schemas/privatedata.rng.in
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano