Merge "Set flag in Tempest enabling Ironic scenario tests"
This commit is contained in:
commit
efbdc0859c
@ -359,6 +359,11 @@ function configure_tempest {
|
|||||||
# Networking
|
# Networking
|
||||||
iniset $TEMPEST_CONFIG network-feature-enabled api_extensions "${NETWORK_API_EXTENSIONS:-all}"
|
iniset $TEMPEST_CONFIG network-feature-enabled api_extensions "${NETWORK_API_EXTENSIONS:-all}"
|
||||||
|
|
||||||
|
# Baremetal
|
||||||
|
if [ "$VIRT_DRIVER" = "ironic" ] ; then
|
||||||
|
iniset $TEMPEST_CONFIG baremetal driver_enabled True
|
||||||
|
fi
|
||||||
|
|
||||||
# service_available
|
# service_available
|
||||||
for service in ${TEMPEST_SERVICES//,/ }; do
|
for service in ${TEMPEST_SERVICES//,/ }; do
|
||||||
if is_service_enabled $service ; then
|
if is_service_enabled $service ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user