ZTS: cli_root/zfs_load-key: add separate key files

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Issue: #11956
Closes #11976
This commit is contained in:
наб 2021-04-30 16:31:22 +02:00 committed by Tony Hutter
parent 4d4f0d1a05
commit 9b185de6fa
5 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1 @@
000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F

View File

@ -11,4 +11,7 @@ dist_pkgdata_SCRIPTS = \
dist_pkgdata_DATA = \ dist_pkgdata_DATA = \
zfs_load-key.cfg \ zfs_load-key.cfg \
zfs_load-key_common.kshlib zfs_load-key_common.kshlib \
PASSPHRASE \
HEXKEY \
RAWKEY

View File

@ -0,0 +1 @@
password

View File

@ -0,0 +1 @@
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

View File

@ -17,6 +17,9 @@
# Copyright (c) 2017 Datto, Inc. All rights reserved. # Copyright (c) 2017 Datto, Inc. All rights reserved.
# #
# $PASSPHRASE, $HEXKEY, and $RAWKEY must be kept in sync
# with the corresponding files in this directory
export PASSPHRASE="password" export PASSPHRASE="password"
export PASSPHRASE1="password1" export PASSPHRASE1="password1"
export PASSPHRASE2="password2" export PASSPHRASE2="password2"