From 39b1f43b985fdffe1106f67354a3148ddd54e8e2 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 9314cc0..fc73fdb 100644 --- a/zaza/openstack/charm_tests/cinder_backup/tests.py +++ b/zaza/openstack/charm_tests/cinder_backup/tests.py @@ -74,7 +74,6 @@ class CinderBackupTest(test_utils.OpenStackBaseTest): 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 = []