From cdf142b5978e1146603c3e3c20babf4e8cff9ae6 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 30 Dec 2011 12:50:59 -0800 Subject: [PATCH] rados: fix documentation format --- teuthology/task/rados.py | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/teuthology/task/rados.py b/teuthology/task/rados.py index 916ba9b1839f8..eebde3a1d08b1 100644 --- a/teuthology/task/rados.py +++ b/teuthology/task/rados.py @@ -8,28 +8,28 @@ log = logging.getLogger(__name__) @contextlib.contextmanager def task(ctx, config): """ - Run testrados + Run RadosModel-based integration tests. - The config should be as follows: + The config should be as follows:: - testrados: - clients: [client list] - ops: - objects: - maxinflight: - snaps: + testrados: + clients: [client list] + ops: + objects: + maxinflight: + snaps: - example: + For example:: - tasks: - - ceph: - - testrados: - clients: [client.0] - ops: 1000 - objects: 25 - maxinflight: 16 - snaps: true - - interactive: + tasks: + - ceph: + - testrados: + clients: [client.0] + ops: 1000 + objects: 25 + maxinflight: 16 + snaps: true + - interactive: """ log.info('Beginning testrados...') assert isinstance(config, dict), \ -- 2.39.5