Sharp.Augeas/Sharp.Augeas.Test/lens/tests/test_tuned.aug

14 lines
259 B
Plaintext
Raw Normal View History

2022-11-08 20:57:02 +03:00
module Test_tuned =
let conf = "# Global tuned configuration file.
dynamic_tuning = 0
update_interval = 10
"
test Tuned.lns get conf =
{ "#comment" = "Global tuned configuration file." }
{ }
{ "dynamic_tuning" = "0" }
{ "update_interval" = "10" }