diff options
author | Abhishek Lekshmanan <abhishek@suse.com> | 2017-09-20 10:01:07 +0200 |
---|---|---|
committer | Abhishek Lekshmanan <abhishek@suse.com> | 2017-09-20 10:02:37 +0200 |
commit | 29de857c639e83e6ea11b00663100935ca47413e (patch) | |
tree | def3ab7618029c5507f1fae5425139ac813eb452 /qa/tasks/s3tests.py | |
parent | Merge pull request #15273 from rzarzynski/wip-rgw-18977 (diff) | |
download | ceph-29de857c639e83e6ea11b00663100935ca47413e.tar.xz ceph-29de857c639e83e6ea11b00663100935ca47413e.zip |
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 <abhishek@suse.com>
Diffstat (limited to 'qa/tasks/s3tests.py')
-rw-r--r-- | qa/tasks/s3tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |