mirror of
https://github.com/ceph/ceph
synced 2024-12-25 04:43:17 +00:00
Merge pull request #53892 from rishabh-d-dave/fix-test_cephfs.py
src/test/pybind: don't use decorator "with_setup" Reviewed-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
commit
b3811c90ee
@ -909,7 +909,6 @@ def test_snapdiff(testdir):
|
||||
# remove directory
|
||||
purge_dir(b"/snapdiff_test");
|
||||
|
||||
@with_setup(setup_test)
|
||||
def test_single_target_command():
|
||||
command = {'prefix': u'session ls', 'format': 'json'}
|
||||
mds_spec = "a"
|
||||
@ -920,7 +919,6 @@ def test_single_target_command():
|
||||
# Standby MDSs will return -38
|
||||
assert(ret == 0 or ret == -38)
|
||||
|
||||
@with_setup(setup_test)
|
||||
def test_multi_target_command():
|
||||
mds_get_command = {'prefix': 'status', 'format': 'json'}
|
||||
inbuf = b''
|
||||
|
Loading…
Reference in New Issue
Block a user