From: Geoff Levand Date: Sat, 18 May 2013 01:57:07 +0000 (+0800) Subject: test/parser: Add check_not_present_resource X-Git-Tag: v1.0.0~606 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=7d20772cc7b4d258ee878b4cb30b313f14502dc7;hp=7d20772cc7b4d258ee878b4cb30b313f14502dc7 test/parser: Add check_not_present_resource Add a new routine check_not_present_resource() to check that a resource is not present. This is typically used to check that an initrd entry has not been found. Also add any needed checks for no initrd to the existing tests. Signed-off-by: Geoff Levand ---