Add missing versioning tag

Signed-off-by: Andrew Gaul <andrew@gaul.org>
This commit is contained in:
Andrew Gaul 2017-08-16 14:08:30 -07:00
parent 425d209989
commit a1b139c608

View file

@ -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")