libvirt/src/locking/test_libvirt_sanlock.aug.in
Daniel P. Berrangé 697371c22e build: use @CONFIG@ instead of ::CONFIG:: in augeas tests
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>
2019-08-09 14:06:31 +01:00

12 lines
280 B
Plaintext

module Test_libvirt_sanlock =
@CONFIG@
test Libvirt_sanlock.lns get conf =
{ "auto_disk_leases" = "1" }
{ "disk_lease_dir" = "/var/lib/libvirt/sanlock" }
{ "host_id" = "1" }
{ "require_lease_for_disks" = "1" }
{ "io_timeout" = "0" }
{ "user" = "root" }
{ "group" = "root" }