From: Sage Weil Date: Mon, 18 Feb 2013 21:39:20 +0000 (-0800) Subject: testrados -> ceph_test_rados X-Git-Tag: 1.1.0~2312^2~5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=176a3408c908e4f47af7499b3b74d2c7bccfff08;p=teuthology.git testrados -> ceph_test_rados Signed-off-by: Sage Weil --- diff --git a/teuthology/task/rados.py b/teuthology/task/rados.py index 2c1d9a5988..f1c3ff6bed 100644 --- a/teuthology/task/rados.py +++ b/teuthology/task/rados.py @@ -56,7 +56,7 @@ def task(ctx, config): '{tdir}/enable-coredump'.format(tdir=testdir), 'ceph-coverage', '{tdir}/archive/coverage'.format(tdir=testdir), - 'testrados', + 'ceph_test_rados', '--op', 'read', str(op_weights.get('read', 100)), '--op', 'write', str(op_weights.get('write', 100)), '--op', 'delete', str(op_weights.get('delete', 10)),