From: Abhishek Lekshmanan Date: Wed, 20 Sep 2017 08:01:07 +0000 (+0200) Subject: qa: s3: re enable LC tests on ceph-master X-Git-Tag: v13.0.2~241^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29de857c639e83e6ea11b00663100935ca47413e;p=ceph.git qa: s3: re enable LC tests on ceph-master Needs to go in after https://github.com/ceph/s3-tests/pull/187 gets merged Signed-off-by: Abhishek Lekshmanan --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index ef5680d01bdb..ee16381d1b49 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -228,7 +228,7 @@ def run_tests(ctx, config): """ assert isinstance(config, dict) testdir = teuthology.get_testdir(ctx) - attrs = ["!fails_on_rgw", "!lifecycle"] + attrs = ["!fails_on_rgw"] for client, client_config in config.iteritems(): args = [ 'S3TEST_CONF={tdir}/archive/s3-tests.{client}.conf'.format(tdir=testdir, client=client),