]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: add smartcard-passthrough-unix
authorJán Tomko <jtomko@redhat.com>
Thu, 4 Oct 2018 16:24:53 +0000 (18:24 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 15 Oct 2018 11:13:29 +0000 (13:13 +0200)
commita7a2b06702c5e04533a7c1edef02cbdc09d68835
treed34f37a6c5d95db74edd4cdea13e54d9f87f1484
parent6e7e965dcd3d885739129b1454ce19e819b54c25
tests: add smartcard-passthrough-unix

Test CCID smartcard passthrough from a unix listen socket.
Use the capabilities of QEMU 2.5.0 which did not support
chardev FD passing and the latest one, which (at the time
of this commit) it does.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/smartcard-passthrough-unix.x86_64-2.5.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/smartcard-passthrough-unix.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/smartcard-passthrough-unix.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c