Add tests to validate trunks
Implement test for multitenancy basic opts that checks trunks
extension (vlan aware VMs).
Related-Prod: RODX-49858
Related-Bug: #1653968
Change-Id: Ibd3fa7e2729a3442cd636db0580cf8f152913960
diff --git a/ironic_tempest_plugin/config.py b/ironic_tempest_plugin/config.py
index 8213b61..182ac88 100644
--- a/ironic_tempest_plugin/config.py
+++ b/ironic_tempest_plugin/config.py
@@ -303,6 +303,10 @@
"support for embedded network metadata through glean "
"or cloud-init, and thus cannot be executed with "
"most default job configurations."),
+ cfg.BoolOpt('trunks_supported',
+ default=False,
+ help="Define if trunks are supported by networking driver "
+ "with baremetal nodes."),
]
BaremetalIntrospectionGroup = [