From: David Zafman Date: Wed, 11 Nov 2015 23:26:52 +0000 (-0800) Subject: test: Remove redundant test output X-Git-Tag: v10.0.1~48^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e6f1bdcd310bd6417f0f695fba3430fd0edba43d;p=ceph.git test: Remove redundant test output Signed-off-by: David Zafman --- diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index c63ddf9f30af..51af20023561 100755 --- a/src/test/ceph_objectstore_tool.py +++ b/src/test/ceph_objectstore_tool.py @@ -411,7 +411,6 @@ def check_data(DATADIR, TMPFILE, OSDDIR, SPLIT_NAME): def set_osd_weight(CFSD_PREFIX, osd_ids, osd_path, weight): - print "Testing get-osdmap and set-osdmap" # change the weight of osd.0 to math.pi in the newest osdmap of given osd osdmap_file = tempfile.NamedTemporaryFile() cmd = (CFSD_PREFIX + "--op get-osdmap --file {osdmap_file}").format(osd=osd_path,