diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index 07f848be30..3692d9e1fc 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -2513,6 +2513,8 @@ function ironic_configure_tempest {
     iniset $TEMPEST_CONFIG baremetal enabled_hardware_types $IRONIC_ENABLED_HARDWARE_TYPES
     iniset $TEMPEST_CONFIG baremetal enabled_deploy_interfaces $IRONIC_ENABLED_DEPLOY_INTERFACES
     iniset $TEMPEST_CONFIG baremetal enabled_rescue_interfaces $IRONIC_ENABLED_RESCUE_INTERFACES
+    # Driver for API tests
+    iniset $TEMPEST_CONFIG baremetal driver fake-hardware
 
     local adjusted_root_disk_size_gb
     if [[ "$IRONIC_IS_HARDWARE" == "False" ]]; then