]> git.ozlabs.org Git - petitboot/commit
test/parser: Add pxe discovery tests
authorJeremy Kerr <jk@ozlabs.org>
Thu, 27 Feb 2014 08:52:20 +0000 (16:52 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 27 Feb 2014 08:52:20 +0000 (16:52 +0800)
commit5a604632c54671d65ccb3398a928c0c38c5f13ad
tree2f87875f5a624e9521ee8a2adce244576902e047
parentf94ca3311758854670d25ba4e7853d76c2113402
test/parser: Add pxe discovery tests

Add tests to cover pxlinux-style configuration autodiscovery.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
test/parser/Makefile.am
test/parser/test-pxe-discover-bootfile-absolute-conffile.c [new file with mode: 0644]
test/parser/test-pxe-discover-bootfile-pathprefix.c [new file with mode: 0644]
test/parser/test-pxe-discover-bootfile-relative-conffile.c [new file with mode: 0644]
test/parser/test-pxe-discover-bootfile-root.c [new file with mode: 0644]
test/parser/test-pxe-discover-bootfile-subdir.c [new file with mode: 0644]