~akopytov/percona-xtrabackup/bug1168513

« back to all changes in this revision

Viewing changes to test/t/ib_stream_encrypt.sh

MergedĀ lp:~gl-az/percona-xtrabackup/BT-23557-2.1-encrypted_stream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
############################################################################
 
2
# Test streaming + encryption
 
3
############################################################################
 
4
 
 
5
encrypt_algo="AES256"
 
6
encrypt_key="percona_xtrabackup_is_awesome___"
 
7
stream_format=xbstream
 
8
stream_extract_cmd="(xbcrypt -d -a $encrypt_algo -k $encrypt_key | xbstream -xv) <"
 
9
innobackupex_options="--encrypt=$encrypt_algo --encrypt-key=$encrypt_key --encrypt-threads=4 --encrypt-chunk-size=8K"
 
10
 
 
11
. inc/ib_stream_common.sh