Merge "Disable resize tests in Tempest if using cells with custom flavors"

This commit is contained in:
Jenkins
2015-11-16 06:03:03 +00:00
committed by Gerrit Code Review

View File

@@ -377,6 +377,15 @@ function configure_tempest {
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
# Cells doesn't support hot-plugging virtual interfaces.
iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False
if [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then
# Cells supports resize but does not currently work with devstack
# because of the custom flavors created for Tempest runs which are
# not in the cells database.
# TODO(mriedem): work on adding a nova-manage command to sync
# flavors into the cells database.
iniset $TEMPEST_CONFIG compute-feature-enabled resize False
fi
fi
# Network