From: David Zafman Date: Tue, 2 Aug 2016 05:29:56 +0000 (-0700) Subject: test: Removeall merged after print_function commit needs a fix X-Git-Tag: ses5-milestone5~233^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f58063578ca282d30320ea7febc50d78769e453b;p=ceph.git test: Removeall merged after print_function commit needs a fix Signed-off-by: David Zafman --- diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index eee6662a743..b28fc8c5300 100755 --- a/src/test/ceph_objectstore_tool.py +++ b/src/test/ceph_objectstore_tool.py @@ -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():