From 97694fc4f44128a7eb60e056a2dd8cfb24c813cc Mon Sep 17 00:00:00 2001 From: dparmar18 Date: Mon, 18 Apr 2022 17:44:27 +0530 Subject: [PATCH] qa: path in test_get_with_target_name() fixed Signed-off-by: Dhairya Parmar (cherry picked from commit 4da419ed2470dd8001eb9a8b276d176437c1301a) --- qa/tasks/cephfs/test_cephfs_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/test_cephfs_shell.py b/qa/tasks/cephfs/test_cephfs_shell.py index 2205de62f5ca..7a46731297ab 100644 --- a/qa/tasks/cephfs/test_cephfs_shell.py +++ b/qa/tasks/cephfs/test_cephfs_shell.py @@ -322,7 +322,7 @@ class TestGetAndPut(TestCephFSShell): o = self.mount_a.stat('dump4') log.info("mount_a output:\n{}".format(o)) - o = self.get_cephfs_shell_cmd_output("get dump4 .") + o = self.get_cephfs_shell_cmd_output("get dump4 ./dump4") log.info("cephfs-shell output:\n{}".format(o)) o = self.get_cephfs_shell_cmd_output("!cat dump4") -- 2.47.3