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 <yehuda@redhat.com>
(cherry picked from commit
61409179dfdd6969c624dd741813291332644003)
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=[