From 9b5697ff17db1178c89e906d9a29bf1115b72ca8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 8 Mar 2024 15:12:41 +0900 Subject: [PATCH] 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 --- devstack/lib/heat | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/devstack/lib/heat b/devstack/lib/heat index 6d02e7d4bd..198b3d3fe3 100644 --- a/devstack/lib/heat +++ b/devstack/lib/heat @@ -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