]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Run all tests by default, figure out how to skip landsat tests
authorShilpa Jagannath <smanjara@redhat.com>
Wed, 16 Aug 2017 09:37:54 +0000 (15:07 +0530)
committerVasu Kulkarni <vasu@redhat.com>
Wed, 1 Nov 2017 21:07:44 +0000 (14:07 -0700)
in a better way

Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/s3a_hadoop.py

index 46b98a4c9c44e9e766303581c819b9ae3be86005..3eb88ddcd1a68655cabc8cd54f98d6ca5abbd993 100644 (file)
@@ -84,7 +84,7 @@ def task(ctx, config):
     if hadoop_ver.startswith('2.8'):
         # 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'
+        test_options = '-Dit.test=ITestS3A* -Dparallel-tests -Dscale -Dfs.s3a.scale.test.huge.filesize=128M verify'
     else:
         test_options = 'test -Dtest=S3a*,TestS3A*'
     try: