]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Introduce check-file-access.pl
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Apr 2016 14:15:35 +0000 (16:15 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 14 May 2016 07:46:44 +0000 (09:46 +0200)
commit4b3a46ca6a8e836b75801bd27198c28cfe33f698
tree41efd9f9d8c60d24d15d8bc9b8c316e18c8b06f0
parent6326865e6b9ac21e1569d51d414cb29913999442
tests: Introduce check-file-access.pl

This script will check output generated by virtestmock against a
white list. All non matching records found are printed out. So
far, the white list is rather sparse at the moment.
This test should be ran only after all other tests finished, and
should cleanup the temporary file before their execution. Because
I'm unable to reflect these requirements in Makefile.am
correctly, I've introduced new target 'check-access' under which
this test is available.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Makefile.am
tests/Makefile.am
tests/check-file-access.pl [new file with mode: 0755]
tests/file_access_whitelist.txt [new file with mode: 0644]