Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / tests / test_cachefilesd.aug
1 module Test_Cachefilesd =
2
3    let conf = "
4 # I am a comment
5 dir /var/cache/fscache
6 tAg mycache
7 brun 10%
8 bcull 7%
9 bstop 3%
10 frun 10%
11 fcull 7%
12 fstop 3%
13 nocull
14
15 secctx system_u:system_r:cachefiles_kernel_t:s0
16 "
17    test Cachefilesd.lns get conf = 
18     {  }
19     { "#comment" = "I am a comment" }
20     { "dir" = "/var/cache/fscache" }
21     { "tAg" = "mycache" }
22     { "brun" = "10%" }
23     { "bcull" = "7%" }
24     { "bstop" = "3%" }
25     { "frun" = "10%" }
26     { "fcull" = "7%" }
27     { "fstop" = "3%" }
28     { "nocull" }
29     {  }
30     { "secctx" = "system_u:system_r:cachefiles_kernel_t:s0" }