From e5ea48629ca3bedd730dd53074b8c2dcd66f7013 Mon Sep 17 00:00:00 2001 From: Anant Patil Date: Mon, 21 Dec 2015 12:42:06 +0530 Subject: [PATCH] Convergence: Enable resource type aliasing test Enable functional test for testing resource type aliasing. Change-Id: Ib81ba4726bcc04235aff724a6ae49d1793de0b09 Partial-Bug: #1512343 --- 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 78833922d4..23a4a22b60 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -46,7 +46,7 @@ iniset heat_integrationtests.conf DEFAULT skip_scenario_test_list 'SoftwareConfi # Skip some tests for convergence until it is fixed if [ "$ENABLE_CONVERGENCE" == "true" ] ; then - iniset heat_integrationtests.conf DEFAULT skip_functional_test_list 'StackValidationTest, UpdateStackTest.test_stack_update_alias_type, UpdateStackTest.test_stack_update_alias_changes' + iniset heat_integrationtests.conf DEFAULT skip_functional_test_list 'StackValidationTest' fi cat heat_integrationtests.conf