Restore tests disabled because of libvirt bug
It seems the latest libvirt in Ubuntu is no longer affected by the known problem with device handlings. This re-enables some test cases which were previously disabled because of the problem. Change-Id: I538462414f0a9b634d4d216230ed04b49cf71c40
This commit is contained in:
parent
24c5a14114
commit
9b5697ff17
@ -449,20 +449,9 @@ function configure_tempest_for_heat {
|
|||||||
SKIP_SCENARIO_TEST_LIST+=',AodhAlarmTest'
|
SKIP_SCENARIO_TEST_LIST+=',AodhAlarmTest'
|
||||||
# Skip CfnInitIntegrationTest as latest fedora images don't have heat-cfntools
|
# Skip CfnInitIntegrationTest as latest fedora images don't have heat-cfntools
|
||||||
SKIP_SCENARIO_TEST_LIST+=',CfnInitIntegrationTest'
|
SKIP_SCENARIO_TEST_LIST+=',CfnInitIntegrationTest'
|
||||||
if is_ubuntu; then
|
|
||||||
# Skip a few tests failing because of a known libvirt issue in Jammy
|
|
||||||
# https://bugs.launchpad.net/nova/+bug/1998274
|
|
||||||
SKIP_SCENARIO_TEST_LIST+=',BasicResourcesTest'
|
|
||||||
fi
|
|
||||||
iniset $TEMPEST_CONFIG heat_plugin skip_scenario_test_list $SKIP_SCENARIO_TEST_LIST
|
iniset $TEMPEST_CONFIG heat_plugin skip_scenario_test_list $SKIP_SCENARIO_TEST_LIST
|
||||||
|
|
||||||
SKIP_FUNCTIONAL_TEST_LIST='NotificationTest'
|
SKIP_FUNCTIONAL_TEST_LIST='NotificationTest'
|
||||||
if is_ubuntu; then
|
|
||||||
# Skip a few tests failing because of a known libvirt issue in Jammy
|
|
||||||
# https://bugs.launchpad.net/nova/+bug/1998274
|
|
||||||
SKIP_FUNCTIONAL_TEST_LIST+=',UpdateStackTest.test_stack_update_with_replacing_userdata'
|
|
||||||
SKIP_FUNCTIONAL_TEST_LIST+=',CancelUpdateTest.test_cancel_update_server_with_port'
|
|
||||||
fi
|
|
||||||
iniset $TEMPEST_CONFIG heat_plugin skip_functional_test_list $SKIP_FUNCTIONAL_TEST_LIST
|
iniset $TEMPEST_CONFIG heat_plugin skip_functional_test_list $SKIP_FUNCTIONAL_TEST_LIST
|
||||||
|
|
||||||
openstack flavor show m1.heat_int || openstack flavor create m1.heat_int --ram 1024 --vcpus 2 --disk 10
|
openstack flavor show m1.heat_int || openstack flavor create m1.heat_int --ram 1024 --vcpus 2 --disk 10
|
||||||
|
Loading…
Reference in New Issue
Block a user