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:
Kefu Chai 2016-08-02 15:37:57 +08:00 committed by GitHub
commit 9fa7af97b5

View File

@ -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():