Skip CeilometerAlarmTest.test_alarm

Bug #1523337 looks like an external issue, skip the failing test
till that is resolved.

Change-Id: Ib9021032f1389be16a3f71637c912f3e195185ac
This commit is contained in:
Rabi Mishra 2015-12-07 11:00:17 +05:30
parent f233e016b5
commit 6b88bd765e

View File

@ -38,7 +38,8 @@ 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'
# Skipping CeilometerAlarmTest.test_alarm till bug #1523337 is fixed
iniset heat_integrationtests.conf DEFAULT skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, CeilometerAlarmTest.test_alarm'
# Skip some tests for convergence until it is fixed
if [ "$ENABLE_CONVERGENCE" == "true" ] ; then