Files
apfstests/tests/generic/429.out
T

38 lines
1.2 KiB
Plaintext
Raw Normal View History

QA output created by 429
***** Without encryption key *****
--- Directory listing:
SCRATCH_MNT/edir/ENCRYPTED_NAME
SCRATCH_MNT/edir/ENCRYPTED_NAME
--- Contents of files using plaintext names:
cat: SCRATCH_MNT/edir/@@@: No such file or directory
cat: SCRATCH_MNT/edir/abcd: No such file or directory
--- Contents of files using ciphertext names:
cat: SCRATCH_MNT/edir/ENCRYPTED_NAME: Required key not available
cat: SCRATCH_MNT/edir/ENCRYPTED_NAME: Required key not available
***** With encryption key *****
--- Directory listing:
SCRATCH_MNT/edir/@@@
SCRATCH_MNT/edir/abcd
--- Contents of files using plaintext names:
contents_@@@
contents_abcd
--- Contents of files using ciphertext names:
cat: SCRATCH_MNT/edir/ENCRYPTED_NAME: No such file or directory
cat: SCRATCH_MNT/edir/ENCRYPTED_NAME: No such file or directory
***** Race conditions *****
t_encrypted_d_revalidate finished
***** After key revocation *****
--- Directory listing:
SCRATCH_MNT/edir/@@@
SCRATCH_MNT/edir/abcd
--- Contents of files using plaintext names:
contents_@@@
contents_abcd
--- Contents of files using ciphertext names:
cat: SCRATCH_MNT/edir/ENCRYPTED_NAME: No such file or directory
cat: SCRATCH_MNT/edir/ENCRYPTED_NAME: No such file or directory