summaryrefslogtreecommitdiffstats
path: root/qa/tasks/cephfs/test_sessionmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/tasks/cephfs/test_sessionmap.py')
-rw-r--r--qa/tasks/cephfs/test_sessionmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/tasks/cephfs/test_sessionmap.py b/qa/tasks/cephfs/test_sessionmap.py
index ad6fd1d60..b3b88af72 100644
--- a/qa/tasks/cephfs/test_sessionmap.py
+++ b/qa/tasks/cephfs/test_sessionmap.py
@@ -158,7 +158,7 @@ class TestSessionMap(CephFSTestCase):
if mon_caps is None:
mon_caps = "allow r"
- out = self.fs.mon_manager.raw_cluster_cmd(
+ out = self.get_ceph_cmd_stdout(
"auth", "get-or-create", "client.{name}".format(name=id_name),
"mds", mds_caps,
"osd", osd_caps,