From: dparmar18 Date: Mon, 18 Apr 2022 12:14:27 +0000 (+0530) Subject: qa: path in test_get_with_target_name() fixed X-Git-Tag: v18.0.0~909^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4da419ed2470dd8001eb9a8b276d176437c1301a;p=ceph.git qa: path in test_get_with_target_name() fixed Signed-off-by: Dhairya Parmar --- diff --git a/qa/tasks/cephfs/test_cephfs_shell.py b/qa/tasks/cephfs/test_cephfs_shell.py index f36e2f0299266..e2b86bef98985 100644 --- a/qa/tasks/cephfs/test_cephfs_shell.py +++ b/qa/tasks/cephfs/test_cephfs_shell.py @@ -348,7 +348,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)) # NOTE: cwd=None because we want to run it at CWD, not at cephfs mntpt.