]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: path in test_get_with_target_name() fixed
authordparmar18 <dparmar@redhat.com>
Mon, 18 Apr 2022 12:14:27 +0000 (17:44 +0530)
committerdparmar18 <dparmar@redhat.com>
Wed, 11 May 2022 11:46:28 +0000 (17:16 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
qa/tasks/cephfs/test_cephfs_shell.py

index f36e2f0299266a748242f49daa2b9bfd350c6bb8..e2b86bef989851b2b670d631e23bab9116a26090 100644 (file)
@@ -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.