From 29de857c639e83e6ea11b00663100935ca47413e Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Wed, 20 Sep 2017 10:01:07 +0200 Subject: [PATCH] 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 --- qa/tasks/s3tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index ef5680d01bd..ee16381d1b4 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), -- 2.39.5