From: Patrick Donnelly Date: Tue, 2 May 2017 22:29:08 +0000 (-0400) Subject: qa: remove errant mount requirement X-Git-Tag: v12.0.3~38^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=63cbe330b76c419e9ea5baab1fd40ed5d9a14c72;p=ceph.git qa: remove errant mount requirement Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_exports.py b/qa/tasks/cephfs/test_exports.py index e07964046f6f..92dfe3f8f207 100644 --- a/qa/tasks/cephfs/test_exports.py +++ b/qa/tasks/cephfs/test_exports.py @@ -8,9 +8,6 @@ log = logging.getLogger(__name__) class TestExports(CephFSTestCase): def test_export_pin(self): - if not isinstance(self.mount_a, FuseMount): - self.skipTest("FUSE needed for measuring op counts") - self.fs.set_allow_multimds(True) self.fs.set_max_mds(2)