Merge "Bring back signal-related tests"
This commit is contained in:
commit
ccd6239c0d
@ -76,7 +76,7 @@ resources:
|
|||||||
type: OS::Heat::WaitCondition
|
type: OS::Heat::WaitCondition
|
||||||
depends_on: instance1
|
depends_on: instance1
|
||||||
properties:
|
properties:
|
||||||
count: 12
|
count: 25
|
||||||
handle: {get_resource: wait_handle}
|
handle: {get_resource: wait_handle}
|
||||||
timeout: {get_param: timeout}
|
timeout: {get_param: timeout}
|
||||||
|
|
||||||
|
@ -70,6 +70,6 @@ iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_c
|
|||||||
# Add scenario tests to skip
|
# Add scenario tests to skip
|
||||||
# VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300
|
# 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
|
# 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'
|
iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest'
|
||||||
|
|
||||||
cat $conf_file
|
cat $conf_file
|
||||||
|
Loading…
Reference in New Issue
Block a user