Skip to content

Commit

Permalink
tests/qtest: netdev: test stream and dgram backends
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
  • Loading branch information
vivier authored and jasowang committed Nov 8, 2022
1 parent 52b5208 commit fd2c87c
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qtest/meson.build
Expand Up @@ -27,6 +27,7 @@ qtests_generic = [
'test-hmp',
'qos-test',
'readconfig-test',
'netdev-socket',
]
if config_host.has_key('CONFIG_MODULES')
qtests_generic += [ 'modules-test' ]
Expand Down Expand Up @@ -304,6 +305,7 @@ qtests = {
'tpm-tis-device-swtpm-test': [io, tpmemu_files, 'tpm-tis-util.c'],
'tpm-tis-device-test': [io, tpmemu_files, 'tpm-tis-util.c'],
'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
'netdev-socket': files('netdev-socket.c', '../unit/socket-helpers.c'),
}

gvnc = dependency('gvnc-1.0', required: false)
Expand Down

0 comments on commit fd2c87c

Please sign in to comment.