generic/223: make sure all files get created on the data device
[xfstests-dev.git] / tests / generic / 097.out
1 QA output created by 097
2
3 create file foo
4
5 *** Test out the trusted namespace ***
6
7 set EA <trusted:colour,marone>:
8
9 set EA <user:colour,beige>:
10
11 set EA <user:vomit,pizza>:
12
13 set EA <trusted:noise,whack>:
14
15 list trusted EAs: <trusted:colour,noise>:
16 # file: TEST_DIR/foo
17 trusted.colour="marone"
18 trusted.noise="whack"
19
20
21 list user EAs: <user:colour,vomit>:
22 # file: TEST_DIR/foo
23 user.colour="beige"
24 user.vomit="pizza"
25
26
27 get trusted EA colour: marone
28 # file: TEST_DIR/foo
29 trusted.colour="marone"
30
31
32 get trusted EA noise: whack
33 # file: TEST_DIR/foo
34 trusted.noise="whack"
35
36
37 get trusted EA vomit which is a user EA => find nothing
38 TEST_DIR/foo: trusted.vomit: No such attribute
39
40 unmount the FS and see if EAs are persistent
41
42 get trusted EA colour: marone
43 # file: TEST_DIR/foo
44 trusted.colour="marone"
45
46
47 get trusted EA noise: whack
48 # file: TEST_DIR/foo
49 trusted.noise="whack"
50
51
52 get user EA vomit: pizza
53 # file: TEST_DIR/foo
54 user.vomit="pizza"
55
56
57 remove the trusted colour EA
58
59 list trusted EAs: <trusted:noise>:
60 # file: TEST_DIR/foo
61 trusted.noise="whack"
62
63
64 list user EAs: <user:colour,vomit>:
65 # file: TEST_DIR/foo
66 user.colour="beige"
67 user.vomit="pizza"
68
69
70 remove the final trusted EA noise
71
72 list trusted EAs: none