Skip to content

Commit

Permalink
CephRGWTest: Rename test_004 to test_100
Browse files Browse the repository at this point in the history
This should allow us to insert more tests after `test_003`, and leave
`test_100` the last test.

Signed-off-by: Ionut Balutoiu <[email protected]>
  • Loading branch information
ionutbalutoiu committed Mar 19, 2024
1 parent f691386 commit e1a92a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zaza/openstack/charm_tests/ceph/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ class CephRGWTest(test_utils.BaseCharmTest):
This Testset is not idempotent, because we don't support scale down from
multisite to singlesite (yet). Tests can be performed independently.
However, If test_004 has completed migration, retriggering the test-set
However, If test_100 has completed migration, retriggering the test-set
would cause a time-out in test_003.
"""

Expand Down Expand Up @@ -1038,7 +1038,7 @@ def test_003_object_storage_and_secondary_block(self):
zaza_model.block_until_unit_wl_status(self.secondary_rgw_unit,
'active')

def test_004_migration_and_multisite_failover(self):
def test_100_migration_and_multisite_failover(self):
"""Perform multisite migration and verify failover."""
container_name = 'zaza-container'
obj_data = 'Test data from Zaza'
Expand Down

0 comments on commit e1a92a7

Please sign in to comment.