From 5d6d6884fe1d83badde502c27de5f7a87234ce47 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 13 Feb 2013 14:10:33 -0800 Subject: [PATCH] rados: 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 277f0e3972..e03e0bba73 100644 --- a/teuthology/task/rados.py +++ b/teuthology/task/rados.py @@ -58,7 +58,7 @@ def task(ctx, config): '{tdir}/enable-coredump'.format(tdir=testdir), '{tdir}/binary/usr/local/bin/ceph-coverage'.format(tdir=testdir), '{tdir}/archive/coverage'.format(tdir=testdir), - '{tdir}/binary/usr/local/bin/testrados'.format(tdir=testdir), + '{tdir}/binary/usr/local/bin/ceph_test_rados'.format(tdir=testdir), '--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