b38b0f
From 1d8ba61938b06c54749b96af34acf3fee751bc93 Mon Sep 17 00:00:00 2001
b38b0f
From: Pino Toscano <ptoscano@redhat.com>
b38b0f
Date: Mon, 8 Jul 2019 15:25:56 +0100
b38b0f
Subject: [PATCH 10/39] iotests: Filter SSH paths
b38b0f
MIME-Version: 1.0
b38b0f
Content-Type: text/plain; charset=UTF-8
b38b0f
Content-Transfer-Encoding: 8bit
b38b0f
b38b0f
RH-Author: Pino Toscano <ptoscano@redhat.com>
b38b0f
Message-id: <20190708152601.21123-6-ptoscano@redhat.com>
b38b0f
Patchwork-id: 89416
b38b0f
O-Subject: [RHEL-8.1.0 qemu-kvm PATCH v3 05/10] iotests: Filter SSH paths
b38b0f
Bugzilla: 1513367
b38b0f
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
b38b0f
RH-Acked-by: Max Reitz <mreitz@redhat.com>
b38b0f
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
b38b0f
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
b38b0f
b38b0f
From: Max Reitz <mreitz@redhat.com>
b38b0f
b38b0f
8908b253c4ad5f8874c8d13abec169c696a5cd32 has implemented filtering of
b38b0f
remote paths for NFS, but forgot SSH.  This patch takes care of that.
b38b0f
b38b0f
Signed-off-by: Max Reitz <mreitz@redhat.com>
b38b0f
Reviewed-by: John Snow <jsnow@redhat.com>
b38b0f
Message-id: 20190210145736.1486-9-mreitz@redhat.com
b38b0f
Signed-off-by: Max Reitz <mreitz@redhat.com>
b38b0f
(cherry picked from commit ac3589dc463c18e6726be2831196c7755bec39d5)
b38b0f
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
b38b0f
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
b38b0f
---
b38b0f
 tests/qemu-iotests/common.rc | 1 +
b38b0f
 1 file changed, 1 insertion(+)
b38b0f
b38b0f
diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc
b38b0f
index d054cb9..6490c8d 100644
b38b0f
--- a/tests/qemu-iotests/common.rc
b38b0f
+++ b/tests/qemu-iotests/common.rc
b38b0f
@@ -145,6 +145,7 @@ else
b38b0f
         TEST_IMG="nbd:127.0.0.1:10810"
b38b0f
     elif [ "$IMGPROTO" = "ssh" ]; then
b38b0f
         TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT
b38b0f
+        REMOTE_TEST_DIR="ssh://127.0.0.1$TEST_DIR"
b38b0f
         TEST_IMG="ssh://127.0.0.1$TEST_IMG_FILE"
b38b0f
     elif [ "$IMGPROTO" = "nfs" ]; then
b38b0f
         TEST_IMG_FILE=$TEST_DIR/t.$IMGFMT
b38b0f
-- 
b38b0f
1.8.3.1
b38b0f