]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
rados: testrados -> ceph_test_rados
authorSage Weil <sage@inktank.com>
Wed, 13 Feb 2013 22:10:33 +0000 (14:10 -0800)
committerSage Weil <sage@inktank.com>
Wed, 13 Feb 2013 22:10:33 +0000 (14:10 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/rados.py

index 277f0e39729f5371b60c2531cee72083a8f3ae87..e03e0bba73a022a7f01160be4f108ba9179de0c1 100644 (file)
@@ -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)),