]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
update attr decorators for dho
authorStephon Striplin <stephon.striplin@dreamhost.com>
Mon, 29 Aug 2011 19:47:17 +0000 (12:47 -0700)
committerStephon Striplin <stephon.striplin@dreamhost.com>
Mon, 29 Aug 2011 19:47:17 +0000 (12:47 -0700)
* passes test_object_raw_put_authenticated
* fails test_atomic_write_bucket_gone

s3tests/functional/test_s3.py

index 7908d39ee9e090031427d476e74d1555e20e4392..1709cdead8e180fcb6dbce27299fc63e2890020d 100644 (file)
@@ -926,7 +926,6 @@ def test_object_raw_put_write_access():
     eq(res.reason, 'OK')
 
 
-@attr('fails_on_dho')
 @attr('fails_on_rgw')
 def test_object_raw_put_authenticated():
     bucket = get_new_bucket()
@@ -2205,6 +2204,7 @@ def test_atomic_dual_write_8mb():
     _test_atomic_dual_write(1024*1024*8)
 
 @attr('fails_on_aws')
+@attr('fails_on_dho')
 def test_atomic_write_bucket_gone():
     bucket = get_new_bucket()