]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/rgw: fix for extra_args in s3tests task
authorCasey Bodley <cbodley@redhat.com>
Thu, 5 Sep 2019 19:48:43 +0000 (15:48 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 17 Sep 2019 12:19:28 +0000 (08:19 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/s3tests.py

index dfc7f86665e9e33268b74ac94f1693e220a44be5..b3c51d2f7b6af8ea82a82b0cb18c32851f156afa 100644 (file)
@@ -281,7 +281,7 @@ def run_tests(ctx, config):
             '-a', ','.join(attrs),
             ]
         if client_config is not None and 'extra_args' in client_config:
-            args.extend(client_config['extra_args'])
+            args.append(client_config['extra_args'])
 
         remote.run(
             args=args,