]> git-server-git.apps.pok.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)
committerVasu Kulkarni <vasu@redhat.com>
Wed, 20 Sep 2017 00:12:15 +0000 (17:12 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
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: