File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
tests/zfs-tests/tests/functional/cli_root/zfs_load-key Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ log_must zfs create -o encryption=on -o keyformat=passphrase \
56
56
57
57
[ -n " $net " ] && \
58
58
log_must zfs create -o encryption=on -o keyformat=passphrase \
59
- -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS2
59
+ -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS2
60
60
61
61
log_must zfs create -V 64M -o encryption=on -o keyformat=passphrase \
62
62
-o keylocation=file:///$TESTPOOL /pkey $TESTPOOL /zvol
Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ log_mustnot zfs create -o encryption=on -o keyformat=passphrase \
54
54
-o keylocation=https://github.com/openzfs/nonexistent-repository $TESTPOOL /$TESTFS1
55
55
56
56
log_must zfs create -o encryption=on -o keyformat=passphrase \
57
- -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
57
+ -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
58
58
59
59
log_must zfs create -o encryption=on -o keyformat=hex \
60
- -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/HEXKEY $TESTPOOL /$TESTFS2
60
+ -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/HEXKEY $TESTPOOL /$TESTFS2
61
61
62
62
log_must zfs create -o encryption=on -o keyformat=raw \
63
- -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/RAWKEY $TESTPOOL /$TESTFS3
63
+ -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/RAWKEY $TESTPOOL /$TESTFS3
64
64
65
65
for fs in " $TESTFS1 " " $TESTFS2 " " $TESTFS3 " ; do
66
66
log_must zfs unmount $TESTPOOL /$fs
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ log_must verify_keylocation $TESTPOOL/$TESTFS1 "file://$key_location"
72
72
73
73
if has_network; then
74
74
log_must zfs unload-key $TESTPOOL /$TESTFS1
75
- log_must zfs load-key -L https://raw.githubusercontent.com/openzfs/zfs/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
75
+ log_must zfs load-key -L https://raw.githubusercontent.com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
76
76
log_must key_available $TESTPOOL /$TESTFS1
77
77
log_must verify_keylocation $TESTPOOL /$TESTFS1 " file://$key_location "
78
78
fi
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ log_must zfs create -o keyformat=passphrase \
56
56
57
57
[ -n " $net " ] && \
58
58
log_must zfs create -o keyformat=passphrase \
59
- -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1 /child/child
59
+ -o keylocation=https://raw.githubusercontent.com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1 /child/child
60
60
61
61
log_must zfs unmount $TESTPOOL /$TESTFS1
62
62
[ -n " $net " ] && log_must zfs unload-key $TESTPOOL /$TESTFS1 /child/child
You can’t perform that action at this time.
0 commit comments