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)
This commit is contained in:
parent
4b94e3227b
commit
272e0466da
13 changed files with 111 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,6 +1,18 @@
|
|||
2014-12-05 Andrei Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* tests/util/grub-shell.in: Support --files also for netboot.
|
||||
* tests/file_filter_test.in: New file with file filters tests.
|
||||
* Makefile.util.def: Add file_filter_test.
|
||||
* conf/Makefile.extra-dist: ... and here.
|
||||
* tests/file_filter/file.gz: Test file for file_filter_test.
|
||||
* tests/file_filter/file.gz.sig: Likewise.
|
||||
* tests/file_filter/file.lzop: Likewise.
|
||||
* tests/file_filter/file.lzop.sig: Likewise.
|
||||
* tests/file_filter/file.xz: Likewise.
|
||||
* tests/file_filter/file.xz.sig: Likewise.
|
||||
* tests/file_filter/keys: Likewise.
|
||||
* tests/file_filter/keys.pub: Likewise.
|
||||
* tests/file_filter/test.cfg: Likewise.
|
||||
|
||||
2014-12-01 Andrei Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue