From e48da475a2fe4a4b7d6b210def38aacfee05b83e Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Thu, 27 Aug 2020 12:57:46 +0200 Subject: [PATCH] No need to resume hacluster unit before scaling down --- zaza/openstack/charm_tests/hacluster/tests.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zaza/openstack/charm_tests/hacluster/tests.py b/zaza/openstack/charm_tests/hacluster/tests.py index 7715a4a..28f5248 100644 --- a/zaza/openstack/charm_tests/hacluster/tests.py +++ b/zaza/openstack/charm_tests/hacluster/tests.py @@ -97,13 +97,6 @@ class HaclusterScalebackTest(HaclusterBaseTest): raise_on_failure=True) logging.info('OK') - logging.info('Resuming unit {}'.format(doomed_unit)) - zaza.model.run_action( - doomed_unit, - 'resume', - raise_on_failure=True) - logging.info('OK') - logging.info('Removing {}'.format(doomed_principle)) zaza.model.destroy_unit( self._PRINCIPLE_APP,