diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-30 17:17:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-30 17:19:37 +0200 |
commit | 485f75e61b5ca59f5dcec786c9a515fa4a313383 (patch) | |
tree | e4a6b82e6c503bc453d021d5dd90e767a4fbd1c1 /docker/smoke-cntt | |
parent | 4d02310cad45cd8f3a889b4766a710f05ef4b59a (diff) |
Skip LoadBalancerTest in Functest Gates
It seems failing due to octavia noop driver as in-used.
Change-Id: I53e1fe1cfe4930f92c1a4460e89ed6e21eb3f922
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d9d55730138d0a9bc27dee2cc2ec694478191c8b)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 188d95939..dc364ba98 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 |