From a366b97c0a76304bf0ddf7eb78e0efb4493df221 Mon Sep 17 00:00:00 2001 From: obutenko Date: Tue, 20 Oct 2015 19:07:04 +0300 Subject: [PATCH] Add flag for test_incremental_backup Forced creation of incremental backup is not implemented in old release (Juno and Kilo). The test is skipped by default for Juno and Kilo gates. Need to add flag to unskip this test in new release. New test: Idde2c14aba78382b1063ce20269f4832f9fdd583 Change-Id: I565b5941d6067644fc9ca6cb0891d97f4946e031 Partial-Bug: #1506394 --- lib/tempest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tempest b/lib/tempest index 76fd6cac74..202f6d93e7 100644 --- a/lib/tempest +++ b/lib/tempest @@ -463,6 +463,8 @@ function configure_tempest { iniset $TEMPEST_CONFIG volume-feature-enabled bootable True # TODO(jordanP): Remove the extend_with_snapshot flag when Juno is end of life. 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 local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"} if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then