From 696b4196dd0b6174f20506655400093df6e81a40 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Thu, 5 Nov 2015 08:24:57 +0530 Subject: [PATCH] Enable scenario test 'test_autoscaling_loadbalancer_neutron' As the neutron patch[1] has landed, we can now enable 'test_autoscaling_loadbalancer_neutron' scenario test. [1] https://review.openstack.org/#/c/241481 Change-Id: If2f2cbbe2469686c684586ebb5e4a2fc2332277c --- heat_integrationtests/prepare_test_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index 9ffaaef2fb..93aad89730 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -38,6 +38,6 @@ iniset heat_integrationtests.conf DEFAULT minimal_image_ref cirros-0.3.4-x86_64- # Add scenario tests to skip # VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300 -iniset heat_integrationtests.conf DEFAULT skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, AutoscalingLoadBalancerTest.test_autoscaling_loadbalancer_neutron' +iniset heat_integrationtests.conf DEFAULT skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest' cat heat_integrationtests.conf