From: Alain Spineux Date: Mon, 24 Oct 2022 12:56:04 +0000 (+0200) Subject: regress: rename BlockEncrytion into VolumeEncryption X-Git-Tag: Beta-15.0.0~393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2908cd7c7af8bf833d4d0cdbe556f41e3bc9b3a;p=thirdparty%2Fbacula.git regress: rename BlockEncrytion into VolumeEncryption --- diff --git a/regress/prototype.conf b/regress/prototype.conf index be113d32a..0c904b50c 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -9,6 +9,16 @@ USE_VTAPE=yes #FORCE_ALIGNED=yes #FORCE_DEDUP=yes #FORCE_SDCALLS=yes +#FORCE_CLOUD=yes +#FORCE_VOLENC=yes + +#CLOUD_NAME=AWSCloud +#CLOUD_NAME=FakeS3Cloud +#CLOUD_NAME=AzureCloud +#CLOUD_NAME=AzuriteCloud +#CLOUD_NAME=GoogleCloud +#CLOUD_NAME=OracleCloud +#CLOUD_NAME=RegressCloud #BAT="--enable-bat" BAT= diff --git a/regress/scripts/functions b/regress/scripts/functions index 777d1fd65..8154a3ea2 100755 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -213,8 +213,8 @@ EOF $bperl -e 'add_attribute("$conf/bacula-dir.conf", "SD Calls Client", "yes", "Client")' variant_name="${variant_name} SDcall" fi - if [ x$FORCE_SDENC = xyes ]; then - SDENC_COMMAND="\"$bin/key-manager-cmd.sh\"" + if [ x$FORCE_VOLENC = xyes ]; then + ENC_COMMAND="\"$bin/key-manager-cmd.sh\"" cat > $bin/key-manager-cmd.sh <