mirror of
https://github.com/ceph/ceph
synced 2025-01-31 15:32:38 +00:00
qa: clean up whitespace in test_misc.py
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
c91ccac6f6
commit
ab8e328c80
@ -6,6 +6,7 @@ from teuthology.orchestra.run import CommandFailedError
|
||||
import errno
|
||||
import time
|
||||
|
||||
|
||||
class TestMisc(CephFSTestCase):
|
||||
CLIENTS_REQUIRED = 2
|
||||
|
||||
@ -101,12 +102,12 @@ class TestMisc(CephFSTestCase):
|
||||
only session
|
||||
"""
|
||||
|
||||
self.mount_b.umount_wait();
|
||||
self.mount_b.umount_wait()
|
||||
ls_data = self.fs.mds_asok(['session', 'ls'])
|
||||
self.assert_session_count(1, ls_data)
|
||||
|
||||
self.mount_a.kill();
|
||||
self.mount_a.kill_cleanup();
|
||||
self.mount_a.kill()
|
||||
self.mount_a.kill_cleanup()
|
||||
|
||||
time.sleep(self.mds_session_autoclose * 1.5)
|
||||
ls_data = self.fs.mds_asok(['session', 'ls'])
|
||||
|
Loading…
Reference in New Issue
Block a user