]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
xfstests: fix typo
authorJosh Durgin <jdurgin@redhat.com>
Tue, 21 Apr 2015 22:31:16 +0000 (15:31 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Tue, 21 Apr 2015 22:31:16 +0000 (15:31 -0700)
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
tasks/rbd.py

index c46cd4af763e1924776b59d67dcabc22e1e0310c..92ab7d1373922a03c76c74b7c1bb969e6366ce0e 100644 (file)
@@ -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:')