mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
Add missing versioning tag
Signed-off-by: Andrew Gaul <andrew@gaul.org>
This commit is contained in:
parent
425d209989
commit
a1b139c608
1 changed files with 1 additions and 0 deletions
|
@ -857,6 +857,7 @@ def test_bucket_list_return_data():
|
||||||
@attr(method='head')
|
@attr(method='head')
|
||||||
@attr(operation='compare w/bucket list when bucket versioning is configured')
|
@attr(operation='compare w/bucket list when bucket versioning is configured')
|
||||||
@attr(assertion='return same metadata')
|
@attr(assertion='return same metadata')
|
||||||
|
@attr('versioning')
|
||||||
def test_bucket_list_return_data_versioning():
|
def test_bucket_list_return_data_versioning():
|
||||||
bucket = get_new_bucket()
|
bucket = get_new_bucket()
|
||||||
check_configure_versioning_retry(bucket, True, "Enabled")
|
check_configure_versioning_retry(bucket, True, "Enabled")
|
||||||
|
|
Loading…
Reference in a new issue