From 922f51ed06a3829f0e0fcfa9b0fdc46a6843f05b Mon Sep 17 00:00:00 2001 From: rabi Date: Thu, 22 Dec 2016 11:40:22 +0530 Subject: [PATCH] Skip test_server_signal_userdata_format_software_config This test is failing very often with timeout, let's skip it until the issue is resolved. Change-Id: I116a96b20082d1c47068ddc64873200e9ae33a27 Related-Bug: #1651768 --- heat_integrationtests/prepare_test_env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index 1fb63d639f..4dae9a0260 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -68,6 +68,7 @@ iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_c # Add scenario tests to skip # VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300 -iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest' +# test_server_signal_userdata_format_software_config is skipped untill bug #1651768 is resolved +iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config' cat $conf_file