From a0769e5dcb33b6ca3a713cccc61ecc15c2c965ed Mon Sep 17 00:00:00 2001 From: Edin Sarajlic Date: Wed, 2 Oct 2019 09:14:10 +1000 Subject: [PATCH] Remove TODO (behaviour confirmed not to be a bug) --- zaza/openstack/charm_tests/rabbitmq_server/tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/zaza/openstack/charm_tests/rabbitmq_server/tests.py b/zaza/openstack/charm_tests/rabbitmq_server/tests.py index 150a39b..f93bd2d 100644 --- a/zaza/openstack/charm_tests/rabbitmq_server/tests.py +++ b/zaza/openstack/charm_tests/rabbitmq_server/tests.py @@ -303,9 +303,6 @@ class RmqTests(test_utils.OpenStackBaseTest): zaza.model.run_action(unit.entity_id, "pause") zaza.model.block_until_unit_wl_status(unit.entity_id, "maintenance") - # TODO: investigate possible bug (the following line is - # required, otherwise it looks like workload_status is - # reporting cached information, no matter how long you sleep) unit = zaza.model.get_unit_from_name(unit.entity_id) assert unit.workload_status == "maintenance"