Lines Matching refs:help

310 			    help='As in the make command, it specifies the build '
314 help='X=Y make option, can be repeated.',
317 help='Run all KUnit tests via tools/testing/kunit/configs/all_tests.config',
320 help='Path to Kconfig fragment that enables KUnit tests.'
326 help='Additional Kconfig options to append to the '
331 help=('Specifies the architecture to run tests under. '
339 help=('Sets make\'s CROSS_COMPILE variable; it should '
351 help=('Takes a path to a path to a file containing '
356 help='Additional QEMU arguments, e.g. "-smp 8"',
361 help='As in the make command, "Specifies the number of '
367 help='maximum number of seconds to allow for all tests '
374 help='Filter which KUnit test suites/tests run at '
381 help='Filter KUnit tests with attributes, '
386 help='If set to skip, filtered tests will be skipped, '
391 help='Kernel command-line parameters. Maybe be repeated',
393 parser.add_argument('--run_isolated', help='If set, boot the kernel for each '
399 parser.add_argument('--list_tests', help='If set, list all tests that will be '
402 parser.add_argument('--list_tests_attr', help='If set, list all tests and test '
407 parser.add_argument('--raw_output', help='If set don\'t parse output from kernel. '
413 help='Prints parsed test results as JSON to stdout or a file if '
544 run_parser = subparser.add_parser('run', help='Runs KUnit tests.')
551 help='Ensures that .config contains all of '
555 build_parser = subparser.add_parser('build', help='Builds a kernel with KUnit tests')
559 exec_parser = subparser.add_parser('exec', help='Run a kernel with KUnit tests')
569 help='Parses KUnit results from a file, '
573 help='Specifies the file to read results from.',