From 6a0867e2233e036b6e80f0712cf9482f9e0c081f Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Mon, 23 Sep 2019 16:47:42 +0100 Subject: [PATCH] Fixed keystone spedific test --- zaza/openstack/charm_tests/policyd/tests.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zaza/openstack/charm_tests/policyd/tests.py b/zaza/openstack/charm_tests/policyd/tests.py index ef09196..6b6194a 100644 --- a/zaza/openstack/charm_tests/policyd/tests.py +++ b/zaza/openstack/charm_tests/policyd/tests.py @@ -175,12 +175,6 @@ class KeystonePolicydTest(PolicydTest, except keystoneauth1.exceptions.http.Forbidden: logging.info("keystone IP:{} policyd override working" .format(ip)) - finally: - return - self._set_config(False) - zaza_model.block_until_wl_status_info_starts_with( - self.application_name, "PO:", negate_match=True) - zaza_model.block_until_all_units_idle() logging.info('OK')