]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
rgw: adjust tests annotations
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 30 Sep 2016 22:12:11 +0000 (15:12 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 2 Nov 2016 18:52:16 +0000 (11:52 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
s3tests/functional/test_s3.py

index 695991310db90782806575f4da2b867a1466fbe2..f2a5e54b3b6c85a1fd7218c30f6c7a42fee7e9a4 100644 (file)
@@ -5231,7 +5231,6 @@ def _check_key_content(src, dst):
 @attr(resource='object')
 @attr(method='put')
 @attr(operation='check multipart copies with single small part')
-@attr('fails_on_rgw')
 def test_multipart_copy_small():
     (src_bucket, src_key) = _create_key_with_random_content('foo')
     dst_bucket = get_new_bucket()
@@ -5246,7 +5245,6 @@ def test_multipart_copy_small():
 @attr(resource='object')
 @attr(method='put')
 @attr(operation='check multipart copies with single small part')
-@attr('fails_on_rgw')
 def test_multipart_copy_special_names():
     src_bucket = get_new_bucket()
     dst_bucket = get_new_bucket()
@@ -5301,7 +5299,6 @@ def test_multipart_upload():
 @attr(resource='object')
 @attr(method='put')
 @attr(operation='check multipart copies with single small part')
-@attr('fails_on_rgw')
 def test_multipart_copy_special_names():
     src_bucket = get_new_bucket()
     dst_bucket = get_new_bucket()
@@ -5315,6 +5312,9 @@ def test_multipart_copy_special_names():
         eq(key2.size, size)
         _check_key_content(src_key, key2)
 
+@attr(resource='object')
+@attr(method='put')
+@attr(operation='check multipart copies of versioned objects')
 def test_multipart_copy_versioned():
     src_bucket = get_new_bucket()
     dst_bucket = get_new_bucket()