Merge "Add ability to configure tempest tests based on network extensions"
This commit is contained in:
@@ -324,6 +324,9 @@ function configure_tempest() {
|
|||||||
# cli
|
# cli
|
||||||
iniset $TEMPEST_CONF cli cli_dir $NOVA_BIN_DIR
|
iniset $TEMPEST_CONF cli cli_dir $NOVA_BIN_DIR
|
||||||
|
|
||||||
|
# Networking
|
||||||
|
iniset $TEMPEST_CONF network-feature-enabled api_extensions "${NETWORK_API_EXTENSIONS:-all}"
|
||||||
|
|
||||||
# service_available
|
# service_available
|
||||||
for service in nova cinder glance neutron swift heat horizon ceilometer ironic savanna; do
|
for service in nova cinder glance neutron swift heat horizon ceilometer ironic savanna; do
|
||||||
if is_service_enabled $service ; then
|
if is_service_enabled $service ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user