]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Remove redundant test output
authorDavid Zafman <dzafman@redhat.com>
Wed, 11 Nov 2015 23:26:52 +0000 (15:26 -0800)
committerDavid Zafman <dzafman@redhat.com>
Thu, 25 Feb 2016 20:50:27 +0000 (12:50 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit e6f1bdcd310bd6417f0f695fba3430fd0edba43d)

src/test/ceph_objectstore_tool.py

index 610d1ba8c1d1217cec45f2675a3af98490e86e0b..4c230f057a0955e6fa9b7345680afc3b8d23bab0 100755 (executable)
@@ -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,