]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: avoid duplicating config in virtlockd/virtlogd augeas tests
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 21 Mar 2018 16:41:10 +0000 (16:41 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 23 Mar 2018 10:44:48 +0000 (10:44 +0000)
commit76e1720c4f0d3d321907b3bf048eb9e14bda500a
tree583274e765c2da8d340f6b2442e0c6457fa6735f
parent65824a7e4534f423967ea29c4f896b2f92460e5a
rpc: avoid duplicating config in virtlockd/virtlogd augeas tests

Most of the augeas test files use ::CONFIG:: to pull in the master
config file for testing. This ensures that entries added to the config
file are actually tested by augeas.

This identified the missing admin_max_clients example in the virtlogd
config file, which in turn prompted a change in description of the
max_clients parameter, since these daemons don't have separate
readonly & readwrite sockets.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/locking/test_virtlockd.aug.in
src/locking/virtlockd.conf
src/logging/test_virtlogd.aug.in
src/logging/virtlogd.conf