[libvirt] [PATCH] tests: Make pci config files writable

Eric Blake eblake at redhat.com
Mon Nov 25 15:20:05 UTC 2013


On 11/25/2013 07:24 AM, Daniel P. Berrange wrote:

>>  	object-locking-files.txt
>> +
>> +# Some tests tend to write into files. Notably, the virpcitest, which detach
>> +# and reset a pci device (achieved byt writing into a pci config file).
>> +check-local:
>> +	chmod -R u+w $(srcdir)/virpcitestdata/

NACK.  This will fail if $(srcdir) is on a read-only mount point (such
as a CDROM).

> 
> I seem to recall eric saying on IRC that we shouldn't do this, and that
> any files the test suite writes to should be located in $(builddir)
> not $(srcdir).

Indeed.  The correct way is to move these files to $(builddir) (which is
always writable) and quit trying to ship them in the tarball - they only
need to exist for the duration of the test, so the tarball only needs
rules on how to generate the files into $(builddir) at the start of the
test.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131125/6cb93360/attachment-0001.sig>


More information about the libvir-list mailing list