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
| ... | ... |
@@ -485,6 +485,8 @@ function configure_tempest {
|
| 485 | 485 |
iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True |
| 486 | 486 |
# TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life. |
| 487 | 487 |
iniset $TEMPEST_CONFIG volume-feature-enabled incremental_backup_force True |
| 488 |
+ # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info. |
|
| 489 |
+ iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True |
|
| 488 | 490 |
|
| 489 | 491 |
local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
|
| 490 | 492 |
if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then |