From e6f1bdcd310bd6417f0f695fba3430fd0edba43d Mon Sep 17 00:00:00 2001 From: David Zafman Date: Wed, 11 Nov 2015 15:26:52 -0800 Subject: [PATCH] test: Remove redundant test output Signed-off-by: David Zafman --- src/test/ceph_objectstore_tool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index c63ddf9f30a..51af2002356 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, -- 2.47.3