iotests/147: Create socket in $SOCK_DIR
Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 20191017133155.5327-10-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
9a9c7c8f98
commit
610dffaa39
@ -32,7 +32,7 @@ NBD_IPV6_PORT_START = NBD_PORT_END
|
||||
NBD_IPV6_PORT_END = NBD_IPV6_PORT_START + 1024
|
||||
|
||||
test_img = os.path.join(iotests.test_dir, 'test.img')
|
||||
unix_socket = os.path.join(iotests.test_dir, 'nbd.socket')
|
||||
unix_socket = os.path.join(iotests.sock_dir, 'nbd.socket')
|
||||
|
||||
|
||||
def flatten_sock_addr(crumpled_address):
|
||||
|
Loading…
Reference in New Issue
Block a user