]> git-server-git.apps.pok.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>
Tue, 17 May 2022 09:29:08 +0000 (14:59 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 4da419ed2470dd8001eb9a8b276d176437c1301a)

qa/tasks/cephfs/test_cephfs_shell.py

index 32a8c089b1c2b15e4ee6b1e19f402f13be8c2d50..728e16fd991b68bdaca4046400c82a7e2bd2a90d 100644 (file)
@@ -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")