Merge "Restore tests disabled because of libvirt bug"

This commit is contained in:
Zuul
2024-03-12 02:42:37 +00:00
committed by Gerrit Code Review

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