]> git.ozlabs.org Git - petitboot/commit
Update tests to support changes to pxe_parser
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Mon, 23 May 2016 05:56:22 +0000 (15:56 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 28 Jun 2016 06:17:21 +0000 (16:17 +1000)
commit07a5f9f1c50a9185851cd486d732976573d15c4f
treed30b4e52b9942965d12581b3f7502737c6c135e7
parent1a72ffef7837cd2aa3e6be945ec03fb6b5caa51a
Update tests to support changes to pxe_parser

Substitute load_url_async() when running tests to support direct
callers of load_url_async() who will expect to read a file in a
callback.
Stub out device_handler_discover_context_commit() since it will remove
discover_options from the given discover_context, but the tests will
check the discover_context to count boot_options.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/device-handler.c
discover/paths.c
test/parser/utils.c