Switch to the fake-hardware hardware type for API tests

Change-Id: I7a9d563c8cc7d493f55f984664f8fe80ead177a2
Depends-On: I6540bca3e19ec1d09d6f71c0d3fc987439bc8138
This commit is contained in:
Dmitry Tantsur 2018-04-26 16:14:48 +02:00
parent ee04f565f1
commit 2d2298accf

View File

@ -2505,6 +2505,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