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
This commit is contained in:
rabi 2017-06-01 12:04:20 +05:30
parent 76aeb6a46c
commit f8cb5aebe0
1 changed files with 2 additions and 2 deletions

View File

@ -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