Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / tests / test_tuned.aug
1 module Test_tuned =
2
3 let conf = "# Global tuned configuration file.
4
5 dynamic_tuning = 0
6 update_interval = 10
7 "
8
9 test Tuned.lns get conf =
10   { "#comment" = "Global tuned configuration file." }
11   {  }
12   { "dynamic_tuning" = "0" }
13   { "update_interval" = "10" }