diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 12:18:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 12:20:49 +0200 |
commit | 80fd73edacd47df07b55597ff5b2c7e6d017d5b9 (patch) | |
tree | 1819ba4e8d8a9673c3f89dcf375a65cc1c824cca | |
parent | a11051968f25bdcc9362be88907731582ac1ea8f (diff) |
Exclude tests.scenario.test_octavia_lbaas in CNTT regexes
It may be skipped as well (the behavior differs if it's enabled or not
via config).
Change-Id: Ic23119001b7478e466782a58d8757117bf16e5c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index a9260f647..1ddfdc2c5 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -131,6 +131,7 @@ tiers: (?!.*scenario.test_autoscaling_lbv2)\ (?!.*scenario.test_server_software_config)\ (?!.*test_volumes.VolumeBackupRestoreIntegrationTest)\ + (?!.*scenario.test_octavia_lbaas)\ (?!.*scenario.test_server_cfn_init)\ ^heat_tempest_plugin.tests" option: |