Remove references to Neutron LBaaS tests
... because these tests are already removed. Depends-on: https://review.opendev.org/c/openstack/heat-tempest-plugin/+/896184 Change-Id: I34f75971fec826032377c47bf7b4e7a380522b8f
This commit is contained in:
parent
93700aa365
commit
46a6d5fa4b
@ -449,8 +449,6 @@ function create_heat_accounts {
|
|||||||
function configure_tempest_for_heat {
|
function configure_tempest_for_heat {
|
||||||
# Skip SoftwareConfigIntegrationTest because it requires a custom image
|
# Skip SoftwareConfigIntegrationTest because it requires a custom image
|
||||||
SKIP_SCENARIO_TEST_LIST='SoftwareConfigIntegrationTest'
|
SKIP_SCENARIO_TEST_LIST='SoftwareConfigIntegrationTest'
|
||||||
# Skip AutoscalingLoadBalancerTest and AutoscalingLoadBalancerv2Test as deprecated neutron-lbaas service is not enabled
|
|
||||||
SKIP_SCENARIO_TEST_LIST+=',AutoscalingLoadBalancerTest,AutoscalingLoadBalancerv2Test'
|
|
||||||
SKIP_SCENARIO_TEST_LIST+=',AodhAlarmTest'
|
SKIP_SCENARIO_TEST_LIST+=',AodhAlarmTest'
|
||||||
# Skip CfnInitIntegrationTest as latest fedora images don't have heat-cfntools
|
# Skip CfnInitIntegrationTest as latest fedora images don't have heat-cfntools
|
||||||
SKIP_SCENARIO_TEST_LIST+=',CfnInitIntegrationTest'
|
SKIP_SCENARIO_TEST_LIST+=',CfnInitIntegrationTest'
|
||||||
@ -461,8 +459,7 @@ function configure_tempest_for_heat {
|
|||||||
fi
|
fi
|
||||||
iniset $TEMPEST_CONFIG heat_plugin skip_scenario_test_list $SKIP_SCENARIO_TEST_LIST
|
iniset $TEMPEST_CONFIG heat_plugin skip_scenario_test_list $SKIP_SCENARIO_TEST_LIST
|
||||||
|
|
||||||
# Skip LoadBalancerv2Test as deprecated neutron-lbaas service is not enabled.
|
SKIP_FUNCTIONAL_TEST_LIST='NotificationTest'
|
||||||
SKIP_FUNCTIONAL_TEST_LIST='LoadBalancerv2Test,NotificationTest'
|
|
||||||
if is_ubuntu; then
|
if is_ubuntu; then
|
||||||
# Skip a few tests failing because of a known libvirt issue in Jammy
|
# Skip a few tests failing because of a known libvirt issue in Jammy
|
||||||
# https://bugs.launchpad.net/nova/+bug/1998274
|
# https://bugs.launchpad.net/nova/+bug/1998274
|
||||||
|
@ -88,13 +88,9 @@ function _config_tempest_plugin
|
|||||||
iniset $conf_file heat_plugin heat_plugin credential_secret_id $OS_CREDENTIAL_SECRET_ID
|
iniset $conf_file heat_plugin heat_plugin credential_secret_id $OS_CREDENTIAL_SECRET_ID
|
||||||
|
|
||||||
# Skip SoftwareConfigIntegrationTest because it requires a custom image
|
# Skip SoftwareConfigIntegrationTest because it requires a custom image
|
||||||
# Skip VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300
|
iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest'
|
||||||
# Skip AutoscalingLoadBalancerTest and AutoscalingLoadBalancerv2Test as deprecated neutron-lbaas service is not enabled
|
|
||||||
iniset $conf_file heat_plugin skip_scenario_test_list 'AutoscalingLoadBalancerTest, AutoscalingLoadBalancerv2Test, \
|
|
||||||
SoftwareConfigIntegrationTest'
|
|
||||||
|
|
||||||
# Skip LoadBalancerv2Test as deprecated neutron-lbaas service is not enabled
|
iniset $conf_file heat_plugin skip_functional_test_list ''
|
||||||
iniset $conf_file heat_plugin skip_functional_test_list 'LoadBalancerv2Test'
|
|
||||||
|
|
||||||
# disable cinder backup feature
|
# disable cinder backup feature
|
||||||
iniset $conf_file volume-feature-enabled backup False
|
iniset $conf_file volume-feature-enabled backup False
|
||||||
|
Loading…
Reference in New Issue
Block a user