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:
Daniel P. Berrangé 2019-07-29 12:30:07 +01:00
parent 2204585167
commit 697371c22e
10 changed files with 10 additions and 10 deletions

View File

@ -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>) {

View File

@ -1,5 +1,5 @@
module Test_libvirtd_bhyve =
::CONFIG::
@CONFIG@
test Libvirtd_bhyve.lns get conf =
{ "firmware_dir" = "/usr/local/share/uefi-firmware" }

View File

@ -1,5 +1,5 @@
module Test_libvirtd_libxl =
::CONFIG::
@CONFIG@
test Libvirtd_libxl.lns get conf =
{ "autoballoon" = "1" }

View File

@ -1,5 +1,5 @@
module Test_libvirt_lockd =
::CONFIG::
@CONFIG@
test Libvirt_lockd.lns get conf =
{ "auto_disk_leases" = "0" }

View File

@ -1,5 +1,5 @@
module Test_libvirt_sanlock =
::CONFIG::
@CONFIG@
test Libvirt_sanlock.lns get conf =
{ "auto_disk_leases" = "1" }

View File

@ -1,5 +1,5 @@
module Test_virtlockd =
::CONFIG::
@CONFIG@
test Virtlockd.lns get conf =
{ "log_level" = "3" }

View File

@ -1,5 +1,5 @@
module Test_virtlogd =
::CONFIG::
@CONFIG@
test Virtlogd.lns get conf =
{ "log_level" = "3" }

View File

@ -1,5 +1,5 @@
module Test_libvirtd_lxc =
::CONFIG::
@CONFIG@
test Libvirtd_lxc.lns get conf =
{ "log_with_libvirtd" = "1" }

View File

@ -1,5 +1,5 @@
module Test_libvirtd_qemu =
::CONFIG::
@CONFIG@
test Libvirtd_qemu.lns get conf =
{ "default_tls_x509_cert_dir" = "/etc/pki/qemu" }

View File

@ -1,5 +1,5 @@
module Test_libvirtd =
::CONFIG::
@CONFIG@
test Libvirtd.lns get conf =
{ "listen_tls" = "0" }