From: Vasu Kulkarni Date: Wed, 20 Sep 2017 00:09:08 +0000 (-0700) Subject: qa/tests: skip test that use public bucket landsat-pds from AWS X-Git-Tag: v13.0.1~823^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e11a1f773d8795dd9bd9819aaf229c6598e22ca6;p=ceph.git qa/tests: skip test that use public bucket landsat-pds from AWS Signed-off-by: Vasu Kulkarni --- diff --git a/qa/tasks/s3a_hadoop.py b/qa/tasks/s3a_hadoop.py index b969a36a8aa4..c01fe1dda005 100644 --- a/qa/tasks/s3a_hadoop.py +++ b/qa/tasks/s3a_hadoop.py @@ -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: