commit | ee09a1b78282db3b2a028c9a64bdbc46e16e1df8 | [log] [tgz] |
---|---|---|
author | Carlos Goncalves <cgoncalves@redhat.com> | Mon Jul 22 11:45:04 2019 +0200 |
committer | Carlos Goncalves <cgoncalves@redhat.com> | Mon Jul 22 13:03:25 2019 +0200 |
tree | 23b92e0c9800d8e83514d6aca93a12cc8407b0e5 | |
parent | b6fb3d1993033aba38bb090cf82445d561b1d1cc [diff] [blame] |
Skip iptables act/stby test based on topology set Task: 35877 Story: 2006260 Change-Id: I53671c7e93737b0d7bc038b4dd136a179facd34a
diff --git a/octavia_tempest_plugin/common/constants.py b/octavia_tempest_plugin/common/constants.py index 7ddcb7a..e767298 100644 --- a/octavia_tempest_plugin/common/constants.py +++ b/octavia_tempest_plugin/common/constants.py
@@ -97,6 +97,7 @@ SORT = 'sort' SINGLE = 'SINGLE' ACTIVE_STANDBY = 'ACTIVE_STANDBY' +SUPPORTED_LB_TOPOLOGIES = (SINGLE, ACTIVE_STANDBY) # Protocols HTTP = 'HTTP'