mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
697371c22e
Using @VARNAME@ is a normal style of automake, so lets match that. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
module Test_virtlockd =
|
|
@CONFIG@
|
|
|
|
test Virtlockd.lns get conf =
|
|
{ "log_level" = "3" }
|
|
{ "log_filters" = "1:locking 4:object 4:json 4:event 1:util" }
|
|
{ "log_outputs" = "3:syslog:virtlockd" }
|
|
{ "max_clients" = "1024" }
|
|
{ "admin_max_clients" = "5" }
|