From: Max Reitz Date: Thu, 17 Oct 2019 13:31:46 +0000 (+0200) Subject: iotests/194: Create sockets in $SOCK_DIR X-Git-Tag: v4.2.0-rc0~31^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b4d34f4f79f16f1135705161bb2c2991df9049e;p=thirdparty%2Fqemu.git iotests/194: Create sockets in $SOCK_DIR Signed-off-by: Max Reitz Reviewed-by: Eric Blake Message-id: 20191017133155.5327-15-mreitz@redhat.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/194 b/tests/qemu-iotests/194 index d746ab1e218..72e47e8833d 100755 --- a/tests/qemu-iotests/194 +++ b/tests/qemu-iotests/194 @@ -26,8 +26,8 @@ iotests.verify_platform(['linux']) with iotests.FilePath('source.img') as source_img_path, \ iotests.FilePath('dest.img') as dest_img_path, \ - iotests.FilePath('migration.sock') as migration_sock_path, \ - iotests.FilePath('nbd.sock') as nbd_sock_path, \ + iotests.FilePaths(['migration.sock', 'nbd.sock'], iotests.sock_dir) as \ + [migration_sock_path, nbd_sock_path], \ iotests.VM('source') as source_vm, \ iotests.VM('dest') as dest_vm: