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 @@ -53,7 +53,7 @@ log_must zfs create -o encryption=on -o keyformat=passphrase \
53
53
-o keylocation=file:///$TESTPOOL /pkey $TESTPOOL /$TESTFS1
54
54
55
55
log_must zfs create -o encryption=on -o keyformat=passphrase \
56
- -o keylocation=https://github. com/openzfs/zfs/raw/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS2
56
+ -o keylocation=https://raw.githubusercontent. com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS2
57
57
58
58
log_must zfs create -V 64M -o encryption=on -o keyformat=passphrase \
59
59
-o keylocation=file:///$TESTPOOL /pkey $TESTPOOL /zvol
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ log_mustnot zfs create -o encryption=on -o keyformat=passphrase \
52
52
-o keylocation=https://github.com/openzfs/nonexistent-repository $TESTPOOL /$TESTFS1
53
53
54
54
log_must zfs create -o encryption=on -o keyformat=passphrase \
55
- -o keylocation=https://github. com/openzfs/zfs/raw/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
55
+ -o keylocation=https://raw.githubusercontent. com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
56
56
57
57
log_must zfs create -o encryption=on -o keyformat=hex \
58
- -o keylocation=https://github. com/openzfs/zfs/raw/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/HEXKEY $TESTPOOL /$TESTFS2
58
+ -o keylocation=https://raw.githubusercontent. com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/HEXKEY $TESTPOOL /$TESTFS2
59
59
60
60
log_must zfs create -o encryption=on -o keyformat=raw \
61
- -o keylocation=https://github. com/openzfs/zfs/raw/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/RAWKEY $TESTPOOL /$TESTFS3
61
+ -o keylocation=https://raw.githubusercontent. com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/RAWKEY $TESTPOOL /$TESTFS3
62
62
63
63
for fs in " $TESTFS1 " " $TESTFS2 " " $TESTFS3 " ; do
64
64
log_must zfs unmount $TESTPOOL /$fs
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ log_must key_available $TESTPOOL/$TESTFS1
71
71
log_must verify_keylocation $TESTPOOL /$TESTFS1 " file://$key_location "
72
72
73
73
log_must zfs unload-key $TESTPOOL /$TESTFS1
74
- log_must zfs load-key -L https://github. com/openzfs/zfs/raw/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
74
+ 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
75
75
log_must key_available $TESTPOOL /$TESTFS1
76
76
log_must verify_keylocation $TESTPOOL /$TESTFS1 " file://$key_location "
77
77
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ log_must zfs create -o keyformat=passphrase \
53
53
-o keylocation=file:///$TESTPOOL /pkey $TESTPOOL /$TESTFS1 /child
54
54
55
55
log_must zfs create -o keyformat=passphrase \
56
- -o keylocation=https://github. com/openzfs/zfs/raw/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1 /child/child
56
+ -o keylocation=https://raw.githubusercontent. com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1 /child/child
57
57
58
58
log_must zfs unmount $TESTPOOL /$TESTFS1
59
59
log_must zfs unload-key $TESTPOOL /$TESTFS1 /child/child
You can’t perform that action at this time.
0 commit comments