Skip iptables act/stby test based on topology set
Task: 35877
Story: 2006260
Change-Id: I53671c7e93737b0d7bc038b4dd136a179facd34a
diff --git a/octavia_tempest_plugin/config.py b/octavia_tempest_plugin/config.py
index 11dc59f..dee2bd2 100644
--- a/octavia_tempest_plugin/config.py
+++ b/octavia_tempest_plugin/config.py
@@ -111,6 +111,10 @@
default={'amphora': 'The Octavia Amphora driver.',
'octavia': 'Deprecated alias of the Octavia Amphora '
'driver.'}),
+ cfg.StrOpt('loadbalancer_topology',
+ default=const.SINGLE,
+ choices=const.SUPPORTED_LB_TOPOLOGIES,
+ help='Load balancer topology configuration.'),
# Networking
cfg.BoolOpt('test_with_ipv6',
default=True,