add file filters tests
authorAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 5 Dec 2014 17:19:58 +0000 (20:19 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 5 Dec 2014 18:04:06 +0000 (21:04 +0300)
commit272e0466da16d0f8ce782895de4189c1585de9f3
treec62d665cc4f52e7f5b4c7b8d3b34b56bf29f3e89
parent4b94e3227b611a381e96ab41899cd4e8682f995d
add file filters tests

Tests file access with all filters enabled. It does it both for local
and network access, due to regression in signature checking over network.

This includes all files in distribution to not depend on existence
of compression tools and gpg. Test preloads all required modules to
avoid having to provide signatures for them.

Still not implemented is file offset filter (is not available in grub
script, needs extra module)
13 files changed:
ChangeLog
Makefile.util.def
conf/Makefile.extra-dist
tests/file_filter/file.gz [new file with mode: 0644]
tests/file_filter/file.gz.sig [new file with mode: 0644]
tests/file_filter/file.lzop [new file with mode: 0644]
tests/file_filter/file.lzop.sig [new file with mode: 0644]
tests/file_filter/file.xz [new file with mode: 0644]
tests/file_filter/file.xz.sig [new file with mode: 0644]
tests/file_filter/keys [new file with mode: 0644]
tests/file_filter/keys.pub [new file with mode: 0644]
tests/file_filter/test.cfg [new file with mode: 0644]
tests/file_filter_test.in [new file with mode: 0644]