diff --git a/tasks/rbd.py b/tasks/rbd.py index c46cd4af763..92ab7d13739 100644 --- a/tasks/rbd.py +++ b/tasks/rbd.py @@ -437,7 +437,7 @@ def xfstests(ctx, config): fs_type=properties.get('fs_type', 'xfs'), randomize=properties.get('randomize', False), tests=properties.get('tests'), - xfstests_url=xfstests_url), + xfstests_url=xfstests_url, ) log.info('Setting up xfstests using RBD images:')