summaryrefslogtreecommitdiff
path: root/devstack/lib/heat
diff options
context:
space:
mode:
Diffstat (limited to 'devstack/lib/heat')
-rw-r--r--devstack/lib/heat3
1 files changed, 2 insertions, 1 deletions
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