]> xenbits.xensource.com Git - libvirt.git/commit
tests: daemon-conf: accommodate numeric-valued config params
authorJim Meyering <meyering@redhat.com>
Mon, 1 Dec 2008 15:04:28 +0000 (15:04 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 1 Dec 2008 15:04:28 +0000 (15:04 +0000)
commitfb23f4f4f4360dae99dd484d6187c58e444353ac
tree0dc0aac4a03301c5cbfb607467e7706fc3760996
parent0e9349a28d6d5fc5951b56e3c931169a7d15c260
tests: daemon-conf: accommodate numeric-valued config params

This test would hang when failing to perturb the soon-to-be-
added numeric (and non-boolean) valued parameters, max_clients,
max_workers, min_workers.
* tests/daemon-conf: Require that all commented-out settings
in libvirtd.conf have the same form.  Before, two parameters
were not being tested, since a space had snuck between the
leading "#" and the "param = value" parts.
Apply each RHS-value-perturbing transformation
separately, not in series.
Let VERBOSE=yes turn on debugging.
Be more verbose by default, since this is a relatively
long-running test.
* qemud/libvirtd.conf: Normalize the spacing around each setting
that is to be perturbed by tests/daemon-conf.
ChangeLog
qemud/libvirtd.conf
tests/daemon-conf