linux/tools/bootconfig/samples
Masami Hiramatsu (Google) 8c5d862fcb bootconfig: Check the parsed output of the good examples
Check whether the parsed output of the good example configs are
the same as expected.

Link: https://lore.kernel.org/all/177025239529.14982.12913754615993262263.stgit@devnote2/

Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Tested-by: Steven Rostedt (Google) <rostedt@goodmis.org>
2026-02-05 22:21:23 +09:00
..
bad-array-after-comment.bconf bootconfig: Terminate value search if it hits a newline 2026-02-05 22:21:07 +09:00
bad-array-in-next-line.bconf bootconfig: Terminate value search if it hits a newline 2026-02-05 22:21:07 +09:00
bad-array-space-comment.bconf
bad-array.bconf
bad-dotword.bconf
bad-empty.bconf
bad-keyerror.bconf
bad-longkey.bconf
bad-manywords.bconf
bad-no-keyword.bconf
bad-nonprintable.bconf
bad-samekey.bconf bootconfig: Prohibit re-defining value on same key 2020-02-21 09:59:19 -05:00
bad-spaceword.bconf
bad-tree.bconf
bad-value.bconf
escaped.bconf
exp-good-array-space-comment.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-comment-after-value.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-mixed-append.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-mixed-kv1.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-mixed-kv2.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-mixed-kv3.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-mixed-override.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-override.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-printables.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-simple.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-single.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-space-after-value.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
exp-good-tree.bconf bootconfig: Check the parsed output of the good examples 2026-02-05 22:21:23 +09:00
good-array-space-comment.bconf bootconfig: Terminate value search if it hits a newline 2026-02-05 22:21:07 +09:00
good-comment-after-value.bconf
good-mixed-append.bconf tools/bootconfig: Support mixed value and subkey test cases 2021-06-10 13:41:26 -04:00
good-mixed-kv1.bconf tools/bootconfig: Support mixed value and subkey test cases 2021-06-10 13:41:26 -04:00
good-mixed-kv2.bconf tools/bootconfig: Support mixed value and subkey test cases 2021-06-10 13:41:26 -04:00
good-mixed-kv3.bconf tools/bootconfig: Support mixed value and subkey test cases 2021-06-10 13:41:26 -04:00
good-mixed-override.bconf tools/bootconfig: Support mixed value and subkey test cases 2021-06-10 13:41:26 -04:00
good-override.bconf tools/bootconfig: Add testcases for value override operator 2020-08-03 16:22:29 -04:00
good-printables.bconf
good-simple.bconf
good-single.bconf
good-space-after-value.bconf
good-tree.bconf