commit | 233e42f0c8d1a7e22de5d3825d2852e2bdd4cbee | [log] [tgz] |
---|---|---|
author | David Gow <davidgow@google.com> | Fri Aug 30 14:56:55 2019 -0700 |
committer | David Gow <davidgow@google.com> | Thu Sep 05 13:21:42 2019 -0700 |
tree | 21b17927bc9e27cdaa0385eb28abc2a0dc476136 | |
parent | d896ec4445b7bc94b049ec56694ce6b6a5f673b3 [diff] |
kunit: Add 'kunit_shutdown' option This adds a new kernel command-line option, 'kunit_shutdown', which shuts the kernel down (halts the machine) after tests are complete. It also updates kunit_tool to use this option, and recognise the kernel shutting down as the end of the test. Change-Id: I5b2b25d767f7af4d80c0bc4ae2967bfaf18c73b0 Signed-off-by: David Gow <davidgow@google.com>