projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7310e0b
)
iotests/194: Create sockets in $SOCK_DIR
author
Max Reitz
<mreitz@redhat.com>
Thu, 17 Oct 2019 13:31:46 +0000
(15:31 +0200)
committer
Max Reitz
<mreitz@redhat.com>
Mon, 28 Oct 2019 10:22:31 +0000
(11:22 +0100)
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id:
20191017133155
.5327-15-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/194
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/194
b/tests/qemu-iotests/194
index d746ab1e21864ec2d3d94b0911c232fda97c19bd..72e47e8833d5404cdc59477651c95866aef42acc 100755
(executable)
--- 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.FilePath
s(['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: