Convergence: Un-skip functional test

Unskip the skipped functional tests when convergence engine is used.

Change-Id: I636fb4d6721f9f270ac981b43289b077bf318786
This commit is contained in:
Anant Patil 2016-05-05 12:32:00 +05:30 committed by Thomas Herve
parent a7236fd588
commit 45d79cb9f5
1 changed files with 0 additions and 5 deletions

View File

@ -44,9 +44,4 @@ iniset heat_integrationtests.conf DEFAULT admin_password $OS_PASSWORD
# 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'
fi
cat heat_integrationtests.conf