]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Add missing tags 288/head
authorAndrew Gaul <andrew@gaul.org>
Tue, 2 Jul 2019 21:59:18 +0000 (14:59 -0700)
committerAndrew Gaul <andrew@gaul.org>
Tue, 2 Jul 2019 21:59:18 +0000 (14:59 -0700)
s3tests_boto3/functional/test_s3.py

index fb8f2b3aa231c7d067177cd986d90cb3bd8b0357..817218fe4fe0e710a7dbe398021211dc209a7791 100644 (file)
@@ -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()