From 787a27c7995baa2479ef9685ff6ca17e0fb333ba Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 12 Oct 2015 12:29:59 +0000 Subject: [PATCH] Revert skipping of test_920_no_restart_on_config_change_when_paused() --- tests/basic_deployment.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index b47c9d4..a57428f 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -505,9 +505,6 @@ class SwiftStorageBasicDeployment(OpenStackAmuletDeployment): def test_920_no_restart_on_config_change_when_paused(self): """Verify that the specified services are not restarted when the config is changed and the unit is paused.""" - if self._get_openstack_release() <= self.trusty_icehouse: - return - u.log.info('Checking that system services do not get restarted ' 'when charm config changes but unit is paused...') sentry = self.swift_storage_sentry