From 80c25dafe5837dc515b9c12582c7b02fd196ad00 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Wed, 26 Jun 2024 10:07:37 +0100 Subject: [PATCH] Re-enable test 410 for cinder backups This is to verify that the retries really do work. --- zaza/openstack/charm_tests/cinder_backup/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zaza/openstack/charm_tests/cinder_backup/tests.py b/zaza/openstack/charm_tests/cinder_backup/tests.py index 9314cc0f2..fc73fdbd6 100644 --- a/zaza/openstack/charm_tests/cinder_backup/tests.py +++ b/zaza/openstack/charm_tests/cinder_backup/tests.py @@ -74,7 +74,6 @@ def test_410_cinder_vol_create_backup_delete_restore_pool_inspect(self): inspect ceph cinder pool object count as the volume is created and deleted. """ - return unit_name = zaza.model.get_lead_unit_name('ceph-mon') obj_count_samples = [] pool_size_samples = []