]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: skip test that use public bucket landsat-pds from AWS
authorVasu Kulkarni <vasu@redhat.com>
Wed, 20 Sep 2017 00:09:08 +0000 (17:09 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Mon, 25 Sep 2017 22:37:33 +0000 (15:37 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
(cherry picked from commit e11a1f773d8795dd9bd9819aaf229c6598e22ca6)

qa/tasks/s3a_hadoop.py

index b969a36a8aa4ca835d3ea010bc84528281a34e6a..c01fe1dda005465fdd15046bb65ea6f832eaf7a3 100644 (file)
@@ -82,7 +82,9 @@ def task(ctx, config):
     fix_rgw_config(rgw_node, dnsmasq_name)
     setup_user_bucket(rgw_node, dnsmasq_name, access_key, secret_key, bucket_name, testdir)
     if hadoop_ver.startswith('2.8'):
-        test_options = '-Dit.test=ITestS3A* -Dparallel-tests -Dscale -Dfs.s3a.scale.test.huge.filesize=128M verify'
+        # test all ITtests but skip AWS test using public bucket landsat-pds
+        # which is not available from within this test
+        test_options = '-Dit.test=ITestS3A* -Dit.test=\!ITestS3AAWSCredentialsProvider* -Dparallel-tests -Dscale -Dfs.s3a.scale.test.huge.filesize=128M verify'
     else:
         test_options = 'test -Dtest=S3a*,TestS3A*'
     try: