From: Andrew Gaul Date: Wed, 16 Aug 2017 21:08:30 +0000 (-0700) Subject: Add missing versioning tag X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F182%2Fhead;p=s3-tests.git Add missing versioning tag Signed-off-by: Andrew Gaul --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 309004b3..034c0f9e 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -857,6 +857,7 @@ def test_bucket_list_return_data(): @attr(method='head') @attr(operation='compare w/bucket list when bucket versioning is configured') @attr(assertion='return same metadata') +@attr('versioning') def test_bucket_list_return_data_versioning(): bucket = get_new_bucket() check_configure_versioning_retry(bucket, True, "Enabled")