diff --git a/heat_integrationtests/scenario/test_neutron_autoscaling.py b/heat_integrationtests/scenario/test_neutron_autoscaling.py index c81e22d5b9..e7aae1953c 100644 --- a/heat_integrationtests/scenario/test_neutron_autoscaling.py +++ b/heat_integrationtests/scenario/test_neutron_autoscaling.py @@ -20,7 +20,6 @@ class NeutronAutoscalingTest(scenario_base.ScenarioTestsBase): def setUp(self): super(NeutronAutoscalingTest, self).setUp() - raise self.skipException("Skipping until bug #1479869 is fixed.") if not self.conf.fixed_subnet_name: raise self.skipException("No sub-network configured to test") self.template_name = 'test_neutron_autoscaling.yaml' diff --git a/heat_integrationtests/scenario/test_neutron_loadbalancer.py b/heat_integrationtests/scenario/test_neutron_loadbalancer.py index a890257071..d8e01978c0 100644 --- a/heat_integrationtests/scenario/test_neutron_loadbalancer.py +++ b/heat_integrationtests/scenario/test_neutron_loadbalancer.py @@ -25,7 +25,6 @@ class NeutronLoadBalancerTest(scenario_base.ScenarioTestsBase): def setUp(self): super(NeutronLoadBalancerTest, self).setUp() - raise self.skipException("Skipping until bug #1479869 is fixed.") self.public_net = self._get_network(self.conf.floating_network_name) self.template_name = 'test_neutron_loadbalancer.yaml' diff --git a/heat_integrationtests/scenario/test_server_cfn_init.py b/heat_integrationtests/scenario/test_server_cfn_init.py index 17d635a98b..b5b1e67c9d 100644 --- a/heat_integrationtests/scenario/test_server_cfn_init.py +++ b/heat_integrationtests/scenario/test_server_cfn_init.py @@ -23,7 +23,6 @@ class CfnInitIntegrationTest(scenario_base.ScenarioTestsBase): def setUp(self): super(CfnInitIntegrationTest, self).setUp() - raise self.skipException("Skipping until bug #1479869 is fixed.") def check_stack(self, sid): # Check status of all resources