]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove errant mount requirement
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 2 May 2017 22:29:08 +0000 (18:29 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 2 May 2017 22:29:08 +0000 (18:29 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_exports.py

index e07964046f6fd66453f4c089d53470a25c87abd2..92dfe3f8f20783990afe97228d41740c9ba0e01e 100644 (file)
@@ -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)