Add hybrid topology tests V2
Add hybrid topology that checks connection for BM to BM
in same and different networks via Logical Router.
Related-Prod: PRODX-51686
Change-Id: I69c7c92e2a658ff8c06591e2929c9802637e7ae2
diff --git a/ironic_tempest_plugin/config.py b/ironic_tempest_plugin/config.py
index 7ae5f80..3f667bc 100644
--- a/ironic_tempest_plugin/config.py
+++ b/ironic_tempest_plugin/config.py
@@ -289,6 +289,14 @@
cfg.ListOpt('hybrid_topology_netB_network_types',
default=['geneve'],
help="List of possible network types for hybrid topology "
+ "netB."),
+ cfg.ListOpt('hybrid_topology_bm_netA_network_types',
+ default=['geneve'],
+ help="List of possible network types for BM hybrid topology "
+ "netA."),
+ cfg.ListOpt('hybrid_topology_bm_netB_network_types',
+ default=['geneve'],
+ help="List of possible network types for BM hybrid topology "
"netB.")
]