]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/cephfs: fix test_pool_perm teardown
authorJohn Spray <john.spray@redhat.com>
Thu, 27 Aug 2015 16:53:24 +0000 (17:53 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 27 Aug 2015 16:53:24 +0000 (17:53 +0100)
Fixes: #12777
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/test_pool_perm.py

index 084d900a6ca058efa28dd03dd7e5af0202bdf16b..d1bd6644be0917d5c5df1da5e6fdabdd3111ea93 100644 (file)
@@ -55,4 +55,4 @@ class TestPoolPerm(CephFSTestCase):
                                                    'mon', 'allow r', 'osd',
                                                    'allow rw pool={0}'.format(self.fs.get_data_pool_name()))
 
-        super(CephFSTestCase, self).tearDown()
+        super(TestPoolPerm, self).tearDown()