]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace daemon-conf test script with a proper test case
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 4 Apr 2012 14:01:46 +0000 (15:01 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 10 Apr 2012 10:13:44 +0000 (11:13 +0100)
commita9694a8e183e949ac198fa1b4c84dc7baf08eaf3
treef998c0851b213589a5a0f873fd4f6b9508f5bb76
parenta4475839dd5efa0155d8f470ae13f15cbad88674
Replace daemon-conf test script with a proper test case

The daemon-conf test script continues to be very fragile to
changes in libvirt. It currently fails 1 time in 3/4 due
to race conditions in startup/shutdown of the test script.

Replace it with a proper test case tailored to the code
being tested

* tests/Makefile.am: Remove daemon-conf, add libvirtdconftest
* tests/daemon-conf: Delete obsolete test
* tests/libvirtdconftest.c: Test config file handling
.gitignore
tests/Makefile.am
tests/daemon-conf [deleted file]
tests/libvirtdconftest.c [new file with mode: 0644]