Browse code

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
(cherry picked from commit a366b97c0a76304bf0ddf7eb78e0efb4493df221)

obutenko authored on 2015/10/21 01:07:04
Showing 1 changed files
... ...
@@ -478,6 +478,8 @@ function configure_tempest {
478 478
     iniset $TEMPEST_CONFIG volume-feature-enabled bootable True
479 479
     # TODO(jordanP): Remove the extend_with_snapshot flag when Juno is end of life.
480 480
     iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True
481
+    # TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life.
482
+    iniset $TEMPEST_CONFIG volume-feature-enabled incremental_backup_force True
481 483
 
482 484
     local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
483 485
     if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then