Add ability to configure tempest tests based on network extensions

This patch introduces a Devstack variable to specify which network
extensions are enabled; this is useful for configuring tempest runs
when third-party plugins that do not support certain extensions.

Closes-bug: #1247778
Closes-bug: #1231152

Change-Id: Iee170993cb164502774f9ac4201b963d9a2715ba
This commit is contained in:
armando-migliaccio
2013-12-13 10:15:34 -08:00
parent 1722aabd9c
commit 1692bda492

View File

@@ -299,6 +299,9 @@ function configure_tempest() {
# cli
iniset $TEMPEST_CONF cli cli_dir $NOVA_BIN_DIR
# Networking
iniset $TEMPEST_CONF network-feature-enabled api_extensions "${NETWORK_API_EXTENSIONS:-all}"
# service_available
for service in nova cinder glance neutron swift heat horizon ceilometer; do
if is_service_enabled $service ; then