Skip to content

Commit 640b769

Browse files
committed
DNM: Temporarily force redfish BMC driver
1 parent cd32168 commit 640b769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if [[ "$OPENSHIFT_VERSION" == "4.3" ]]; then
191191
elif [[ -z "$OPENSHIFT_CI" ]]; then
192192
export BMC_DRIVER=${BMC_DRIVER:-redfish}
193193
else
194-
export BMC_DRIVER=${BMC_DRIVER:-mixed}
194+
export BMC_DRIVER=${BMC_DRIVER:-redfish}
195195
fi
196196

197197
if [[ "$PROVISIONING_NETWORK_PROFILE" == "Disabled" ]]; then

0 commit comments

Comments
 (0)