From: Andrew Gaul Date: Tue, 2 Jul 2019 21:59:18 +0000 (-0700) Subject: Add missing tags X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dcac3bc18978cfcfa48bc76d9527e14992b28f9e;p=s3-tests.git Add missing tags --- diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index fb8f2b3a..817218fe 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -6308,6 +6308,7 @@ def test_object_copy_versioned_bucket(): @attr(method='put') @attr(operation='copy object to/from versioned bucket with url-encoded name') @attr(assertion='works') +@attr('versioning') def test_object_copy_versioned_url_encoding(): bucket = get_new_bucket_resource() check_configure_versioning_retry(bucket.name, "Enabled", "Enabled") @@ -7284,6 +7285,7 @@ def test_cors_header_option(): @attr(method='put') @attr(operation='put tags') @attr(assertion='succeeds') +@attr('tagging') def test_set_tagging(): bucket_name = get_new_bucket() client = get_client()