]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Add DO_TEST_CAPS_LATEST versions for all character device tests
authorPeter Krempa <pkrempa@redhat.com>
Tue, 26 Oct 2021 12:38:41 +0000 (14:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Dec 2021 15:37:42 +0000 (16:37 +0100)
commit80a37e96a9502779be683ba0dd8dc417be86741d
tree363f0ab14c2b902e4534277043b86421737f46f0
parent0eabefb2b8bc9b6a6337656bd551197ec2aeb83c
qemuxml2argvtest: Add DO_TEST_CAPS_LATEST versions for all character device tests

Now that the test cases won't cause host modification we can add the
contemporary versions.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
24 files changed:
tests/qemuxml2argvdata/console-compat-auto.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/console-compat-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/console-compat.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/parallel-parport-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/parallel-tcp-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/pci-serial-dev-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-dev-chardev-iobase.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-dev-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-file-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-file-log.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-many-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-pty-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-spiceport-nospice.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-spiceport.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-tcp-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-tcp-telnet-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-tcp-tlsx509-chardev-notls.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-tcp-tlsx509-chardev-verify.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-tcp-tlsx509-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-tcp-tlsx509-secret-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-udp-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/serial-unix-missing-source.x86_64-latest.err [new file with mode: 0644]
tests/qemuxml2argvdata/serial-vc-chardev.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c