]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests/qemuxmlconfdata: add tests for video model 'edid' attribute master
authorMark Cave-Ayland <mark.caveayland@nutanix.com>
Thu, 7 Aug 2025 11:05:10 +0000 (12:05 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 14 Aug 2025 10:47:11 +0000 (12:47 +0200)
commitc573d08ccf5c73baf799adcd20c7a4faa76d6f1c
tree3c45e2b827eb932dd91ed454ac12feb7a506d1da
parent2a0cd2809510586bb00e8bee1dcd0c8579bafd71
tests/qemuxmlconfdata: add tests for video model 'edid' attribute

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
32 files changed:
tests/qemuxmlconfdata/video-bochs-edid-none.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-none.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-none.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-off.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-off.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-off.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-on.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-on.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-bochs-edid-on.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-qxl-edid-off-fail.x86_64-latest.err [new file with mode: 0644]
tests/qemuxmlconfdata/video-qxl-edid-off-fail.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-qxl-edid-on-fail.x86_64-latest.err [new file with mode: 0644]
tests/qemuxmlconfdata/video-qxl-edid-on-fail.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-none.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-none.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-none.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-off.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-off.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-off.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-on.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-on.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-vga-edid-on.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-none.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-none.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-none.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-off.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-off.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-off.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-on.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-on.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/video-virtio-edid-on.xml [new file with mode: 0644]
tests/qemuxmlconftest.c