mbox series

[v3,0/2] tests/pxe-test: add testcase using vhost-user-bridge

Message ID 20171026124425.17957-1-jfreimann@redhat.com
Headers show
Series tests/pxe-test: add testcase using vhost-user-bridge | expand

Message

Jens Freimann Oct. 26, 2017, 12:44 p.m. UTC
This implements a testcase for pxe-test using the vhost-user interface. Spawn a
vhost-user-bridge process and connect it to the qemu process

v2->v3:
 * rebase to current master
 * run test with slow test cases, as it takes a bit of time

Jens Freimann (2):
  tests/vhost-user-bridge: disable debug output by default
  tests/pxe-test: add testcase using vhost-user-bridge

 tests/Makefile.include    |   4 +-
 tests/pxe-test.c          | 111 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/vhost-user-bridge.c |   2 +-
 3 files changed, 115 insertions(+), 2 deletions(-)