]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: disable multisite tests for 'bucket sync disable'
authorCasey Bodley <cbodley@redhat.com>
Tue, 10 Nov 2020 16:36:31 +0000 (11:36 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 13 Sep 2021 16:27:48 +0000 (12:27 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/multisite/tasks/test_multi.yaml
src/test/rgw/rgw_multi/tests.py

index 1a65a67b5aa523d31ee50a325893399f4a0352cb..93f9c6f839035ebbfafdd033473ed8236cff9dc6 100644 (file)
@@ -15,3 +15,4 @@ tasks:
 - rgw-multisite-tests:
     config:
       reconfigure_delay: 60
+    args: ['-a', '!bucket_sync_disable'] # filter out disable/enable tests
index 121ffc7be2e2fee17086a7eb5bb8e2effafc9d32..bdf7b9ec9e023ec3e49d6c95f2e38eb3f7be9479 100644 (file)
@@ -1099,6 +1099,7 @@ def test_set_bucket_policy():
         bucket.set_policy(policy)
         assert(bucket.get_policy().decode('ascii') == policy)
 
+@attr('bucket_sync_disable')
 def test_bucket_sync_disable():
     zonegroup = realm.master_zonegroup()
     zonegroup_conns = ZonegroupConns(zonegroup)
@@ -1113,6 +1114,7 @@ def test_bucket_sync_disable():
 
     zonegroup_data_checkpoint(zonegroup_conns)
 
+@attr('bucket_sync_disable')
 def test_bucket_sync_enable_right_after_disable():
     zonegroup = realm.master_zonegroup()
     zonegroup_conns = ZonegroupConns(zonegroup)
@@ -1147,6 +1149,7 @@ def test_bucket_sync_enable_right_after_disable():
 
     zonegroup_data_checkpoint(zonegroup_conns)
 
+@attr('bucket_sync_disable')
 def test_bucket_sync_disable_enable():
     zonegroup = realm.master_zonegroup()
     zonegroup_conns = ZonegroupConns(zonegroup)