qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] iotests/041: Fix NBD socket path


From: Eric Blake
Subject: Re: [PATCH] iotests/041: Fix NBD socket path
Date: Fri, 24 Apr 2020 09:27:54 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 4/24/20 8:46 AM, Max Reitz wrote:
We should put all UNIX socket files into the sock_dir, not test_dir.

Reported-by: Elena Ufimtseva <address@hidden>
Signed-off-by: Max Reitz <address@hidden>
---
  tests/qemu-iotests/041 | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Eric Blake <address@hidden>

I'm happy to queue this through my NBD tree, if you don't beat me to it through an iotest pull request.

diff --git a/tests/qemu-iotests/041 b/tests/qemu-iotests/041
index 5d67bf14bf..46bf1f6c81 100755
--- a/tests/qemu-iotests/041
+++ b/tests/qemu-iotests/041
@@ -35,7 +35,7 @@ quorum_img3 = os.path.join(iotests.test_dir, 'quorum3.img')
  quorum_repair_img = os.path.join(iotests.test_dir, 'quorum_repair.img')
  quorum_snapshot_file = os.path.join(iotests.test_dir, 'quorum_snapshot.img')
-nbd_sock_path = os.path.join(iotests.test_dir, 'nbd.sock')
+nbd_sock_path = os.path.join(iotests.sock_dir, 'nbd.sock')
class TestSingleDrive(iotests.QMPTestCase):
      image_len = 1 * 1024 * 1024 # MB


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]