OSDN Git Service

qos-test: virtio-console and virtio-serial test node
authorEmanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Wed, 18 Jul 2018 15:18:46 +0000 (17:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Mar 2019 16:28:27 +0000 (17:28 +0100)
commit1657291afd95f59dc3ef4c9545a7badf7dd75b35
tree23d28298fa39a090108ca6eeff6651ef9ae7af37
parentb3e7dc877187073628ec090728fd1aa58ccd60c8
qos-test: virtio-console and virtio-serial test node

Convert tests/virtio-console-test and tests/virtio-serial-test
in qgraph test node. This test consumes a virtio-serial interface
and checks that its function return the expected values.

Note that this test does not allocate any virtio-console or
virtio-serial structure, it's all done by the qtest walking graph mechanism

Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/Makefile.include
tests/libqos/virtio.c
tests/virtio-console-test.c [deleted file]
tests/virtio-serial-test.c