From af8b6e10a3470808b54c2a2f5031a68ce1a151df Mon Sep 17 00:00:00 2001 From: Yuriy Nesenenko Date: Wed, 6 Jan 2016 17:14:45 +0200 Subject: [PATCH] Add flag for test_volume_services test_volume_services works incorrect with host info if it includes backend name (host@backend). The test is skipped by default for Liberty and Kilo gates. Need to add flag to unskip this test in new release. This fix related with bug #1530144 in service-list filter. Change-Id: Ifdc0bab819c05a00cd0c20316bd81961cf6aeb88 --- lib/tempest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tempest b/lib/tempest index c510984382..63df4f9f80 100644 --- a/lib/tempest +++ b/lib/tempest @@ -485,6 +485,8 @@ function configure_tempest { iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True # TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life. iniset $TEMPEST_CONFIG volume-feature-enabled incremental_backup_force True + # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info. + iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"} if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then