Merge "[TF driver] Add check for listener protocols" into mcp/epoxy
diff --git a/octavia_tempest_plugin/tests/test_base.py b/octavia_tempest_plugin/tests/test_base.py
index 7793974..a63c5aa 100644
--- a/octavia_tempest_plugin/tests/test_base.py
+++ b/octavia_tempest_plugin/tests/test_base.py
@@ -670,6 +670,8 @@
                                          'is only available on Octavia '
                                          'API version 2.23 or newer.')
             return False
+        if CONF.load_balancer.provider == 'tungstenfabric':
+            self.check_tf_compatibility(protocol=protocol)
         return True
 
     @classmethod