diff options
author | rabi <ramishra@redhat.com> | 2017-06-01 12:04:20 +0530 |
---|---|---|
committer | rabi <ramishra@redhat.com> | 2017-06-01 12:04:20 +0530 |
commit | f8cb5aebe03dec877b1cd204484ddf83e9f5b44a (patch) | |
tree | 0ab240f0efc665864208fa9f7ef241630874fe0a /heat_integrationtests/prepare_test_env.sh | |
parent | 76aeb6a46c9aa63c98ed7c96ef992588952f998c (diff) | |
download | heat-f8cb5aebe03dec877b1cd204484ddf83e9f5b44a.tar.gz |
Skip StackSnapshotRestoreTest
Change Ica5f87614f5fb98f253d65cbd4355dcc7c6714eb adds it to the
list of scenario tests to skip, whereas it's a functional test.
Related-Bug: #1694371
Change-Id: I84e806bad284cffb32e68fef6b14dfff11dba846
Diffstat (limited to 'heat_integrationtests/prepare_test_env.sh')
-rwxr-xr-x | heat_integrationtests/prepare_test_env.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index d4328a654..422e9eac0 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -65,12 +65,12 @@ iniset $conf_file heat_plugin heat_config_notify_script $DEST/heat-templates/hot iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk # 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' +iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_cancel_update_server_with_port, StackSnapshotRestoreTest' # Add scenario tests to skip # VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300 # test_server_signal_userdata_format_software_config is skipped untill bug #1651768 is resolved # StackSnapshotRestoreTest skipped until bug #1694371 is resolved -iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, StackSnapshotRestoreTest' +iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest' cat $conf_file |