summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-06 06:23:37 +0000
committerGerrit Code Review <review@openstack.org>2023-03-06 06:23:37 +0000
commit6272280d3c65c3068dec956cd21a3d39365dd6c4 (patch)
treeebc41301af8aab9f1c07f60fe31d2a2204992e0e
parent2e7b666b9f7e86fbde12111a63e8af9222684bf5 (diff)
parentadd8d162848a553347b0619a5d7baa26ea43c200 (diff)
downloadheat-6272280d3c65c3068dec956cd21a3d39365dd6c4.tar.gz
Merge "Skip basic scenario test"
-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