Skip some functional tests for convergence until fixed

Skip the following functional tests for convergence gate:
  StackValidationTest
  UpdateStackTest.test_stack_update_alias_type
  and UpdateStackTest.test_stack_update_alias_changes

so that we can make the convergence gate mandatory to run.
Except this tests all should be passing in convergence.

Co-Authored-By: Rakesh H S <rh-s@hpe.com>

Change-Id: Ia973b3033b031eff7b3713c347630bf5d91d0377
This commit is contained in:
Anant Patil 2015-11-05 16:00:31 +05:30 committed by Rakesh H S
parent d702b6d28a
commit 66936ea374
1 changed files with 5 additions and 0 deletions

View File

@ -40,4 +40,9 @@ iniset heat_integrationtests.conf DEFAULT minimal_image_ref cirros-0.3.4-x86_64-
# VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300
iniset heat_integrationtests.conf DEFAULT skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest'
# 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'
fi
cat heat_integrationtests.conf