commit | 06c706109b606d79690c25fa7d0232cbfa295ced | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon Sep 09 08:11:38 2024 +0000 |
committer | Gerrit Code Review <gerrit@172.18.228.132> | Mon Sep 09 08:11:38 2024 +0000 |
tree | d985f9f67b78cbb0ff24e66f244b70d628f27bd9 | |
parent | 39811f49e3aa6054de348a88cb877d1f75304f87 [diff] | |
parent | 9b6408e1555bda996279fdc3110b45d72b36bebd [diff] |
Merge "[TF] Skip ActiveStandbyScenarioTest in case of TF" into mcp/caracal
diff --git a/octavia_tempest_plugin/tests/act_stdby_scenario/v2/test_active_standby.py b/octavia_tempest_plugin/tests/act_stdby_scenario/v2/test_active_standby.py index 3bb8a32..eab5e3f 100644 --- a/octavia_tempest_plugin/tests/act_stdby_scenario/v2/test_active_standby.py +++ b/octavia_tempest_plugin/tests/act_stdby_scenario/v2/test_active_standby.py
@@ -31,6 +31,8 @@ LOG = logging.getLogger(__name__) +@testtools.skipIf(CONF.load_balancer.provider == 'tungstenfabric', + "Not supported by TungstenFabric") @testtools.skipUnless( CONF.validation.run_validation, 'Active-Standby tests will not work without run_validation enabled.')