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:
Takashi Kajinami 2024-03-08 15:12:41 +09:00
parent 24c5a14114
commit 9b5697ff17
1 changed files with 0 additions and 11 deletions

View File

@ -449,20 +449,9 @@ function configure_tempest_for_heat {
SKIP_SCENARIO_TEST_LIST+=',AodhAlarmTest'
# Skip CfnInitIntegrationTest as latest fedora images don't have heat-cfntools
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
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
openstack flavor show m1.heat_int || openstack flavor create m1.heat_int --ram 1024 --vcpus 2 --disk 10