mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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>
This commit is contained in:
parent
2204585167
commit
697371c22e
@ -30,7 +30,7 @@ open TEMPLATE, "<", $template or die "cannot read $template: $!";
|
||||
|
||||
my $group = 0;
|
||||
while (<TEMPLATE>) {
|
||||
if (/::CONFIG::/) {
|
||||
if (/\@CONFIG\@/) {
|
||||
my $group = 0;
|
||||
print " let conf = \"";
|
||||
while (<CONFIG>) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_libvirtd_bhyve =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Libvirtd_bhyve.lns get conf =
|
||||
{ "firmware_dir" = "/usr/local/share/uefi-firmware" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_libvirtd_libxl =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Libvirtd_libxl.lns get conf =
|
||||
{ "autoballoon" = "1" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_libvirt_lockd =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Libvirt_lockd.lns get conf =
|
||||
{ "auto_disk_leases" = "0" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_libvirt_sanlock =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Libvirt_sanlock.lns get conf =
|
||||
{ "auto_disk_leases" = "1" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_virtlockd =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Virtlockd.lns get conf =
|
||||
{ "log_level" = "3" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_virtlogd =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Virtlogd.lns get conf =
|
||||
{ "log_level" = "3" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_libvirtd_lxc =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Libvirtd_lxc.lns get conf =
|
||||
{ "log_with_libvirtd" = "1" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_libvirtd_qemu =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Libvirtd_qemu.lns get conf =
|
||||
{ "default_tls_x509_cert_dir" = "/etc/pki/qemu" }
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Test_libvirtd =
|
||||
::CONFIG::
|
||||
@CONFIG@
|
||||
|
||||
test Libvirtd.lns get conf =
|
||||
{ "listen_tls" = "0" }
|
||||
|
Loading…
Reference in New Issue
Block a user