OSDN Git Service

iotests.py: Store socket files in $SOCK_DIR
authorMax Reitz <mreitz@redhat.com>
Thu, 17 Oct 2019 13:31:34 +0000 (15:31 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 28 Oct 2019 10:22:30 +0000 (11:22 +0100)
commit32558ce7a43dc7e8e3d065ac26eb2cdbfa34b36b
tree0870de2d8eb1c97dc7459b369d4996374df8bbcd
parentc7df3f19d22dc3c13f7ca64d7dc15a4389ee63b8
iotests.py: Store socket files in $SOCK_DIR

iotests.py itself does not store socket files, but machine.py and
qtest.py do.  iotests.py needs to pass the respective path to them, and
they need to adhere to it.

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-3-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
python/qemu/machine.py
python/qemu/qtest.py
tests/qemu-iotests/iotests.py