mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #10535 from dzafman/wip-cot-fix
test: Removeall merged after print_function commit needs a fix Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
9fa7af97b5
@ -594,7 +594,7 @@ def test_removeall(CFSD_PREFIX, db, OBJREPPGS, REP_POOL, CEPH_BIN, OSDDIR, REP_N
|
||||
TMPFILE = r"/tmp/tmp.{pid}".format(pid=os.getpid())
|
||||
nullfd = open(os.devnull, "w")
|
||||
errors=0
|
||||
print "Test removeall"
|
||||
print("Test removeall")
|
||||
kill_daemons()
|
||||
for nspace in db.keys():
|
||||
for basename in db[nspace].keys():
|
||||
|
Loading…
Reference in New Issue
Block a user