Revert "Temporarily skip failing scenario tests"
This reverts commit f1dccf91ce
.
Change-Id: I25c5e853f0499b88f2803b077d19e132140908f1
Depends-On: I770d394f65e5be6a5f8f36c673806f91509e0abe
This commit is contained in:
parent
c6c1cc9e8a
commit
ed3cf834d9
@ -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'
|
||||
|
@ -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'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user