mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-28 09:31:38 +00:00
DHO does not support bucket logging currently.
This commit is contained in:
parent
ce3d448d64
commit
76faa58bf7
1 changed files with 1 additions and 0 deletions
|
@ -1481,6 +1481,7 @@ def test_bucket_acl_revoke_all():
|
||||||
# TODO rgw log_bucket.set_as_logging_target() gives 403 Forbidden
|
# TODO rgw log_bucket.set_as_logging_target() gives 403 Forbidden
|
||||||
# http://tracker.newdream.net/issues/984
|
# http://tracker.newdream.net/issues/984
|
||||||
@attr('fails_on_rgw')
|
@attr('fails_on_rgw')
|
||||||
|
@attr('fails_on_dho')
|
||||||
def test_logging_toggle():
|
def test_logging_toggle():
|
||||||
bucket = get_new_bucket()
|
bucket = get_new_bucket()
|
||||||
log_bucket = s3.main.create_bucket(bucket.name + '-log')
|
log_bucket = s3.main.create_bucket(bucket.name + '-log')
|
||||||
|
|
Loading…
Reference in a new issue