Merge "Switch to the fake-hardware hardware type for API tests"

This commit is contained in:
Zuul 2018-05-14 05:16:31 +00:00 committed by Gerrit Code Review
commit b118671c98

View File

@ -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