From add8d162848a553347b0619a5d7baa26ea43c200 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 6 Mar 2023 10:32:36 +0900 Subject: Skip basic scenario test This test is very frequently failing now. The test case creates a stack with an instance but the stack can't be deleted within timeout because of the known libvirt bug in Ubuntu Jammy. Because the release deadline is already over, we'll disable this test so that we can merge some changes now. We'll revisit this (and the other test cases we disabled) later. Related-Bug: #1998274 Story: 2010631 Task: 47589 Change-Id: I87c4b1e7a911fd78e327393b1af200667e89c999 --- devstack/lib/heat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devstack/lib/heat b/devstack/lib/heat index 8e953ca26..170d034eb 100644 --- a/devstack/lib/heat +++ b/devstack/lib/heat @@ -437,7 +437,8 @@ function configure_tempest_for_heat { # Skip AutoscalingLoadBalancerTest and AutoscalingLoadBalancerv2Test as deprecated neutron-lbaas service is not enabled # Skip CfnInitIntegrationTest as latest fedora images don't have heat-cfntools iniset $TEMPEST_CONFIG heat_plugin skip_scenario_test_list 'AutoscalingLoadBalancerTest, AutoscalingLoadBalancerv2Test, \ - SoftwareConfigIntegrationTest, AodhAlarmTest, CfnInitIntegrationTest' + SoftwareConfigIntegrationTest, AodhAlarmTest, CfnInitIntegrationTest, \ + BasicResourcesTest' # Skip LoadBalancerv2Test as deprecated neutron-lbaas service is not enabled. # Also Skip a few tests failing because of a known libvirt issue in Jammy # https://bugs.launchpad.net/nova/+bug/1998274 -- cgit v1.2.1