]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Skip s3-tests marked fails_on_rgw, they will fail anyway.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 6 Jul 2011 21:17:24 +0000 (14:17 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 6 Jul 2011 21:17:24 +0000 (14:17 -0700)
teuthology/task/s3tests.py

index 9ebfefb3f13a0b65ae62bbe8a1ab84383c6ee292..0d4cbad4dfa5d61d903eec660851635d208884fb 100644 (file)
@@ -120,6 +120,7 @@ def run_tests(ctx, config):
                 '-w',
                 '/tmp/cephtest/s3-tests',
                 '-v',
+                '-a', '!fails_on_rgw',
                 ]
         if client_config is not None and 'extra_args' in client_config:
             args.extend(client_config['extra_args'])