From 61bb4bbe1d1c75327b97f9014f47f6cec2c54fde Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 30 Apr 2020 17:17:14 +0200 Subject: Skip LoadBalancerTest in Functest Gates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems failing due to octavia noop driver as in-used. Change-Id: I53e1fe1cfe4930f92c1a4460e89ed6e21eb3f922 Signed-off-by: Cédric Ollivier (cherry picked from commit d9d55730138d0a9bc27dee2cc2ec694478191c8b) --- docker/smoke-cntt/tempest_conf.yaml | 3 ++- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 3 ++- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index ec8ffdc44..aa2d3a05e 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -84,7 +84,8 @@ object-storage-feature-enabled: discoverability: true heat_plugin: skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ - VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest" + VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\ + LoadBalancerTest" auth_version: 3 heat_features_enabled: multi_cloud: false diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index c8e7e9ff6..de796c540 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -82,7 +82,8 @@ object-storage-feature-enabled: discoverability: true heat_plugin: skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ - VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest" + VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\ + LoadBalancerTest" auth_version: 3 heat_features_enabled: multi_cloud: false diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml index c8e7e9ff6..de796c540 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml @@ -82,7 +82,8 @@ object-storage-feature-enabled: discoverability: true heat_plugin: skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ - VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest" + VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\ + LoadBalancerTest" auth_version: 3 heat_features_enabled: multi_cloud: false -- cgit 1.2.3-korg