]> 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>
Fri, 13 Nov 2015 17:22:10 +0000 (09:22 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/test/ceph_objectstore_tool.py

index c63ddf9f30afe7a2ed2c69063eb2cb014ac55e3e..51af20023561744252cefa6f11ba43383e860093 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,