]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Removeall merged after print_function commit needs a fix 10535/head
authorDavid Zafman <dzafman@redhat.com>
Tue, 2 Aug 2016 05:29:56 +0000 (22:29 -0700)
committerDavid Zafman <dzafman@redhat.com>
Tue, 2 Aug 2016 05:29:56 +0000 (22:29 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/test/ceph_objectstore_tool.py

index eee6662a743ada8b51f3b77db648539f764f2299..b28fc8c5300cdbaf46bd27bb6000774be865310a 100755 (executable)
@@ -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():