From a1b139c608cd15bd6b5e315292813ba50c4b568c Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 16 Aug 2017 14:08:30 -0700 Subject: [PATCH] Add missing versioning tag Signed-off-by: Andrew Gaul --- s3tests/functional/test_s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 309004b..034c0f9 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")