self.captesters[i].run_cap_tests(self.fs, self.client_id, PERM,
PATH)
- def tearDown(self):
- self.mount_a.umount_wait()
- self.run_ceph_cmd(f'auth rm {self.client_name}')
-
- super(type(self), self).tearDown()
-
def _remount(self, keyring, path='/'):
keyring_path = self.mount_a.client_remote.mktemp(data=keyring)
self.mount_a.remount(client_id=self.client_id,
captester.run_cap_tests(self.fs, self.client_id, PERM, PATH)
+ def tearDown(self):
+ self.mount_a.umount_wait()
+ self.run_ceph_cmd(f'auth rm {self.client_name}')
+
+ super(type(self), self).tearDown()
+
class TestFsAuthorizeUpdate(CephFSTestCase):
client_id = 'testuser'