blob: 68c2590d1b86edf7dd3e5a6a097a6e84685fd139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
QA output created by 429
***** Without encryption key *****
--- Directory listing:
SCRATCH_MNT/edir/NOKEY_NAME
SCRATCH_MNT/edir/NOKEY_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 no-key names:
cat: SCRATCH_MNT/edir/NOKEY_NAME: Required key not available
cat: SCRATCH_MNT/edir/NOKEY_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 no-key names:
cat: SCRATCH_MNT/edir/NOKEY_NAME: No such file or directory
cat: SCRATCH_MNT/edir/NOKEY_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 no-key names:
cat: SCRATCH_MNT/edir/NOKEY_NAME: No such file or directory
cat: SCRATCH_MNT/edir/NOKEY_NAME: No such file or directory
|