From: Yehuda Sadeh Date: Mon, 13 Oct 2014 22:07:06 +0000 (-0700) Subject: tasks/s3tests: add slow backend configurable X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=54b1de636ef5e935f7478e23c2fccc5aee2db549;p=ceph.git tasks/s3tests: add slow backend configurable Adding this so that we can modify the clients' conf file as needed with slow backend. This can be achieved by: overrides: s3tests: slow_backend: true Signed-off-by: Yehuda Sadeh (cherry picked from commit 61409179dfdd6969c624dd741813291332644003) --- diff --git a/tasks/s3tests.py b/tasks/s3tests.py index bad6ea4d21d90..3c2de28c37f5a 100644 --- a/tasks/s3tests.py +++ b/tasks/s3tests.py @@ -253,6 +253,9 @@ def configure(ctx, config): else: s3tests_conf['DEFAULT']['host'] = 'localhost' + if properties is not None and 'slow_backend' in properties: + s3tests_conf['fixtures']['slow backend'] = properties['slow_backend'] + (remote,) = ctx.cluster.only(client).remotes.keys() remote.run( args=[