Test software RAID in deploy-time on Victoria and newer
Adds a new feature flag to enable it instead of cleaning time.
Make the standalone-redfish job voting since it covers some
of the tests that are not covered by the ipmi one.
Story: #2006963
Task: #40462
Change-Id: Id2e376e38771700d295f632e84ab3e32710d8180
diff --git a/ironic_tempest_plugin/config.py b/ironic_tempest_plugin/config.py
index 90d55fc..0bafc10 100644
--- a/ironic_tempest_plugin/config.py
+++ b/ironic_tempest_plugin/config.py
@@ -170,6 +170,10 @@
help="Defines if software RAID is enabled (available "
"starting with Train). Requires at least two disks "
"on testing nodes."),
+ cfg.BoolOpt('deploy_time_raid',
+ default=False,
+ help="Defines if in-band RAID can be built in deploy time "
+ "(possible starting with Victoria)."),
]
BaremetalIntrospectionGroup = [