File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/zfs-tests/tests/functional/cli_root/zfs_load-key Expand file tree Collapse file tree 4 files changed +4
-4
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 @@ -43,7 +43,7 @@ log_onexit cleanup
43
43
log_assert " 'zfs load-key' should load a key from a file"
44
44
45
45
log_must zfs create -o encryption=on -o keyformat=passphrase \
46
- -o keylocation=https://github. com/openzfs/zfs/raw/master /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
46
+ -o keylocation=https://raw.githubusercontent. com/openzfs/zfs/774436db7a6b4a38e7f0f2a908331c529b8712cd /tests/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE $TESTPOOL /$TESTFS1
47
47
48
48
log_must zfs create -o encryption=on -o keyformat=hex \
49
49
-o keylocation=https://github.com/openzfs/zfs/raw/master/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/HEXKEY $TESTPOOL /$TESTFS2
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