Lines Matching refs:help
328 help='As in the make command, it specifies the build '
332 help='X=Y make option, can be repeated.',
335 help='Run all KUnit tests via tools/testing/kunit/configs/all_tests.config',
338 help='Path to Kconfig fragment that enables KUnit tests.'
344 help='Additional Kconfig options to append to the '
349 help=('Specifies the architecture to run tests under. '
357 help=('Sets make\'s CROSS_COMPILE variable; it should '
369 help=('Takes a path to a path to a file containing '
374 help='Additional QEMU arguments, e.g. "-smp 8"',
379 help='As in the make command, "Specifies the number of '
385 help='maximum number of seconds to allow for all tests '
392 help='Filter which KUnit test suites/tests run at '
399 help='Filter KUnit tests with attributes, '
404 help='If set to skip, filtered tests will be skipped, '
409 help='Kernel command-line parameters. Maybe be repeated',
411 parser.add_argument('--run_isolated', help='If set, boot the kernel for each '
417 parser.add_argument('--list_tests', help='If set, list all tests that will be '
420 parser.add_argument('--list_tests_attr', help='If set, list all tests and test '
425 parser.add_argument('--raw_output', help='If set don\'t parse output from kernel. '
431 help='Prints parsed test results as JSON to stdout or a file if '
435 help='Prints only the summary line for parsed test results.'
439 help='Prints only the failed parsed test results and summary line.'
575 run_parser = subparser.add_parser('run', help='Runs KUnit tests.')
582 help='Ensures that .config contains all of '
586 build_parser = subparser.add_parser('build', help='Builds a kernel with KUnit tests')
590 exec_parser = subparser.add_parser('exec', help='Run a kernel with KUnit tests')
600 help='Parses KUnit results from a file, '
604 help='Specifies the file to read results from.',