Skip tests with hm statuses in case of TF
In case of TungstenFabric backend we should skip this test,
because TF driver can't operate with statuses correctly.
Related-Prod: PRODX-35902
Change-Id: If9373342ef1b0ecf28f60a5c2b91a4ae46773abd
diff --git a/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py b/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py
index 4bb511f..b4ee4bd 100644
--- a/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py
+++ b/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py
@@ -1504,6 +1504,8 @@
number_of_retries=3),
'Failed - all UDP retries to LB VIP has failed')
+ @testtools.skipIf(CONF.load_balancer.provider == 'tungstenfabric',
+ "Not supported by TungstenFabric")
@decorators.attr(type='slow')
@decorators.idempotent_id('cd5aeefa-0e16-11eb-b8dc-74e5f9e2a801')
def test_hm_op_status_changed_as_expected_on_update(self):