Skip test_901_no_restart_on_config_change_when_paused() if <= trusty_icehouse

This commit is contained in:
Corey Bryant
2015-10-09 16:04:59 -04:00
parent fac2b27934
commit 5159b4cfe9

View File

@@ -562,7 +562,7 @@ class SwiftProxyBasicDeployment(OpenStackAmuletDeployment):
def test_901_no_restart_on_config_change_when_paused(self): def test_901_no_restart_on_config_change_when_paused(self):
"""Verify that the specified services are not restarted when the config """Verify that the specified services are not restarted when the config
is changed and the unit is paused.""" is changed and the unit is paused."""
if self._get_openstack_release() <= self.precise_icehouse: if self._get_openstack_release() <= self.trusty_icehouse:
return return
u.log.info('Checking that system services do not get restarted ' u.log.info('Checking that system services do not get restarted '