PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/ |
| Server: Linux server1.ngambekcore.com 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 04:00:07 EDT 2025 x86_64 IP: 159.198.77.92 |
| Dir : //opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/test_bootconf.aug |
(*
Module: Test_BootConf
Provides unit tests for the <BootConf> lens.
*)
module Test_bootconf =
test BootConf.boot get "boot /bsd -s\n" =
{ "boot"
{ "image" = "/bsd" }
{ "arg" = "-s" } }
test BootConf.echo get "echo 42\n" =
{ "echo" = "42" }
test BootConf.ls get "ls /\n" =
{ "ls" = "/" }
test BootConf.ls get "ls //\n" =
{ "ls" = "//" }
test BootConf.ls get "ls /some/path/\n" =
{ "ls" = "/some/path/" }
test BootConf.machine get "machine diskinfo\n" =
{ "machine"
{ "diskinfo" } }
test BootConf.machine get "machine comaddr 0xdeadbeef\n" =
{ "machine"
{ "comaddr" = "0xdeadbeef" } }
test BootConf.set get "set tty com0\n" =
{ "set"
{ "tty" = "com0" } }
test BootConf.single_command get "help\n" =
{ "help" }
test BootConf.stty get "stty /dev/cuaU0 115200\n" =
{ "stty"
{ "device" = "/dev/cuaU0" }
{ "speed" = "115200" } }
test BootConf.stty get "stty /dev/cuaU0\n" =
{ "stty"
{ "device" = "/dev/cuaU0" } }