]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
boto2: tag more tests with fails_with_subdomain 304/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 10 Sep 2019 19:14:49 +0000 (15:14 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 10 Sep 2019 19:14:49 +0000 (15:14 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
s3tests/functional/test_s3.py

index e3f2f1ee13366ed4fd8f6be60866d183a6ddba7c..df3435e1f563a7e4318a9a2251b5a71a6c645b83 100644 (file)
@@ -155,6 +155,7 @@ def test_versioning_obj_read_not_exist_null():
 @attr(operation='append object')
 @attr(assertion='success')
 @attr('fails_on_aws')
+@attr('fails_with_subdomain')
 @attr('appendobject')
 def test_append_object():
     bucket = get_new_bucket()
@@ -178,6 +179,7 @@ def test_append_object():
 @attr(operation='append to normal object')
 @attr(assertion='fails 409')
 @attr('fails_on_aws')
+@attr('fails_with_subdomain')
 @attr('appendobject')
 def test_append_normal_object():
     bucket = get_new_bucket()
@@ -197,6 +199,7 @@ def test_append_normal_object():
 @attr(operation='append position not right')
 @attr(assertion='fails 409')
 @attr('fails_on_aws')
+@attr('fails_with_subdomain')
 @attr('appendobject')
 def test_append_object_position_wrong():
     bucket = get_new_bucket()
@@ -953,6 +956,7 @@ def test_encryption_sse_c_multipart_invalid_chunks_2():
 @attr(method='get')
 @attr(operation='Test Bucket Policy for a user belonging to a different tenant')
 @attr(assertion='succeeds')
+@attr('fails_with_subdomain')
 @attr('bucket-policy')
 def test_bucket_policy_different_tenant():
     bucket = get_new_bucket()