From ea3eb60f9098f5e2119f5a0de2eedc1fcf979fff Mon Sep 17 00:00:00 2001 From: rabi Date: Mon, 21 Nov 2016 10:44:54 +0530 Subject: [PATCH] Skip test_cancel_update_server_with_port Skip test_cancel_update_server_with_port till bug 1607714 is fixed in nova. Related tempest nova tests are skipped currently[1]. [1] https://review.openstack.org/#/c/348955/ Change-Id: Id08866d5b428a64778423892455495c0182335af Related-Bug: #1643268 --- heat_integrationtests/prepare_test_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index 8e8e455b24..96aec0708d 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -61,6 +61,9 @@ iniset $conf_file heat_plugin boot_config_env $DEST/heat-templates/hot/software- iniset $conf_file heat_plugin heat_config_notify_script $DEST/heat-templates/hot/software-config/elements/heat-config/bin/heat-config-notify iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.4-x86_64-uec +# Skip test_cancel_update_server_with_port till bug #1607714 is fixed in nova +iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_cancel_update_server_with_port' + # 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'