Messages in this thread |  | | From | Stephen Boyd <> | Subject | Re: [RFC v1 6/6] kunit: Add 'kunit_shutdown' option | Date | Tue, 17 Dec 2019 00:06:53 -0800 |
| |
Quoting Brendan Higgins (2019-12-16 14:05:55) > From: David Gow <davidgow@google.com> > > Add a new kernel command-line option, 'kunit_shutdown', which allows the > user to specify that the kernel poweroff, halt, or reboot after > completing all KUnit tests; this is very handy for running KUnit tests > on UML or a VM so that the UML/VM process exits cleanly immediately > after running all tests without needing a special initramfs. > > Signed-off-by: David Gow <davidgow@google.com> > Signed-off-by: Brendan Higgins <brendanhiggins@google.com> > --- > lib/kunit/executor.c | 18 ++++++++++++++++++ > tools/testing/kunit/kunit_kernel.py | 2 +- > tools/testing/kunit/kunit_parser.py | 2 +- > 3 files changed, 20 insertions(+), 2 deletions(-)
Can you document it in Documentation/admin-guide/kernel-parameters.txt ?
|  |