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
This commit is contained in:
rabi 2016-11-21 10:44:54 +05:30
parent bdcedf2fa6
commit ea3eb60f90
1 changed files with 3 additions and 0 deletions

View File

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