From: Kefu Chai Date: Tue, 24 Mar 2020 10:15:58 +0000 (+0800) Subject: qa/tasks/cephfs: fix syntax error X-Git-Tag: v16.1.0~2807^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=496d7e21325e8efa6bbac57a519db2f07d8d7ee5;p=ceph.git qa/tasks/cephfs: fix syntax error it's a regression introduced by 9f6c764f10 Signed-off-by: Kefu Chai --- diff --git a/qa/tasks/cephfs/test_exports.py b/qa/tasks/cephfs/test_exports.py index bd895e381b5..c58ee7a1c90 100644 --- a/qa/tasks/cephfs/test_exports.py +++ b/qa/tasks/cephfs/test_exports.py @@ -128,7 +128,7 @@ class TestExports(CephFSTestCase): self._wait_subtrees(status, 0, [('/1', 1), ('/1/2', 0), ('/1/2/3', 2)]) if not isinstance(self.mount_a, FuseMount): - p = self.mount_a.client_remote.sh('uname -r'), wait=True) + p = self.mount_a.client_remote.sh('uname -r', wait=True) dir_pin = self.mount_a.getfattr("1", "ceph.dir.pin") log.debug("mount.getfattr('1','ceph.dir.pin'): %s " % dir_pin) if str(p.stdout.getvalue()) < "5" and not(dir_pin):