From e0dc017fe65d300e9c01dc2a017e9224270d1a41 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Wed, 16 May 2018 11:40:12 -0400 Subject: [PATCH] Update comments on skipped tests SoftwareConfigIntegrationTest has been skipped since 20f17ec25b40ad9654c8ee6f6ce3d7294d44e02c. test_server_signal_userdata_format_software_config has not been skipped since e50ce9c6e2763df3abadd74d18f6d9e54a6af1e7. Change-Id: I71c70ff516d2d4cbd0aef2a3833c6f7bd4cc3984 --- heat_integrationtests/prepare_test_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index 9faa4c7bac..b1384365ae 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -77,8 +77,8 @@ function _config_tempest_plugin 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 boot_config_env $DEST/heat-templates/hot/software-config/boot-config/test_image_env.yaml + # Skip SoftwareConfigIntegrationTest because it requires a custom image # Skip VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300 - # Skip test_server_signal_userdata_format_software_config is skipped untill bug #1651768 is resolved # Skip AutoscalingLoadBalancerTest and AutoscalingLoadBalancerv2Test as deprecated neutron-lbaas service is not enabled iniset $conf_file heat_plugin skip_scenario_test_list 'AutoscalingLoadBalancerTest, AutoscalingLoadBalancerv2Test, \ SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest'