From: David Zafman Date: Wed, 11 Nov 2015 23:26:52 +0000 (-0800) Subject: test: Remove redundant test output X-Git-Tag: v0.94.7~28^2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=efc2183bafacfcd29fbb1b42231d4c147199e528;p=ceph.git test: Remove redundant test output Signed-off-by: David Zafman (cherry picked from commit e6f1bdcd310bd6417f0f695fba3430fd0edba43d) --- diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index 610d1ba8c1d..4c230f057a0 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,