Browse code

Merge "Add flag for test_incremental_backup"

Jenkins authored on 2015/12/01 20:27:39
Showing 1 changed files
... ...
@@ -462,6 +462,8 @@ function configure_tempest {
462 462
     iniset $TEMPEST_CONFIG volume-feature-enabled bootable True
463 463
     # TODO(jordanP): Remove the extend_with_snapshot flag when Juno is end of life.
464 464
     iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True
465
+    # TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life.
466
+    iniset $TEMPEST_CONFIG volume-feature-enabled incremental_backup_force True
465 467
 
466 468
     local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
467 469
     if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then