From 91c08f6eeedef6fa44a2e5c9c27f7518eb6d2836 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 20 Mar 2012 18:56:20 -0700 Subject: [PATCH] Add watch op to rados.py Signed-off-by: Samuel Just --- teuthology/task/rados.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/rados.py b/teuthology/task/rados.py index bffcf5bdc6..e43701a3ad 100644 --- a/teuthology/task/rados.py +++ b/teuthology/task/rados.py @@ -65,6 +65,7 @@ def task(ctx, config): '--op', 'rollback', str(op_weights.get('rollback', 0)), '--op', 'setattr', str(op_weights.get('setattr', 0)), '--op', 'rmattr', str(op_weights.get('rmattr', 0)), + '--op', 'watch', str(op_weights.get('watch', 0)), '--max-ops', str(config.get('ops', 10000)), '--objects', str(config.get('objects', 500)), '--max-in-flight', str(config.get('max_in_flight', 16)), -- 2.39.5