From 176a3408c908e4f47af7499b3b74d2c7bccfff08 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 18 Feb 2013 13:39:20 -0800 Subject: [PATCH] testrados -> ceph_test_rados Signed-off-by: Sage Weil --- teuthology/task/rados.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/rados.py b/teuthology/task/rados.py index 2c1d9a59888a4..f1c3ff6bed83a 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)), -- 2.39.5