Commit 4b4d34f4 authored by Max Reitz's avatar Max Reitz
Browse files

iotests/194: Create sockets in $SOCK_DIR



Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Message-id: 20191017133155.5327-15-mreitz@redhat.com
Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
parent 7310e0bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: