]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Run test suite as part of RPM build process
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 12 Apr 2010 18:39:00 +0000 (19:39 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 15 Apr 2010 16:56:06 +0000 (17:56 +0100)
commitf6770e866547e155d9e6de719d83e62aac6284c6
tree45b38243f608eb8251b2cbfa267a0334bb4ce60e
parent4f81919ad256f5c3f17ff3c93fb96a0bd8032948
Run test suite as part of RPM build process

To ensure that patches in the RPM don't break any functionality
it is neccessary to run the test suites during build. It currently
has 3 tests disabled

 - daemon-conf: this is totally broken, since it relies on
   being able to resolve the 'libvirt' group & being able to
   resolve hostnames at daemon startup. This isn't possible
   in a mock build root
 - seclabeltest: fails to initialize selinux in the mock
   build root. Possibly fixable
 - nodeinfotest: broken on s390 + ppc - this is a real bug

* libvirt.spec.in: Add a %check section, with 3 tests
   temporarily disabled
libvirt.spec.in