summaryrefslogtreecommitdiff
path: root/tools/testing/kunit/kunit.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov2023-03-171-12/+12
* kunit: tool: remove unused imports and variablesDaniel Latypov2023-03-171-1/+1
* kunit: kunit.py extract handlersAlexander Pantyukhin2023-02-081-71/+96
* tools/testing/kunit/kunit.py: remove redundant double checkAlexander Pantyukhin2023-02-081-14/+5
* kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov2022-12-121-1/+1
* kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov2022-12-121-16/+18
* kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov2022-09-301-12/+12
* kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov2022-09-301-1/+1
* kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-081-3/+4
* kunit: tool: introduce --qemu_argsDaniel Latypov2022-07-071-1/+13
* kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov2022-07-071-8/+9
* kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov2022-07-071-33/+16
* kunit: tool: misc cleanupsDaniel Latypov2022-05-161-5/+4
* kunit: tool: more descriptive metavars/--help outputDaniel Latypov2022-04-041-14/+12
* kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov2022-04-041-1/+1
* kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov2022-04-041-7/+9
* kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov2022-04-041-2/+0
* kunit: tool: make --json handling a bit clearerDaniel Latypov2022-04-041-4/+8
* kunit: tool: drop mostly unused KunitResult.result fieldDaniel Latypov2022-01-311-16/+8
* kunit: tool: Default --jobs to number of CPUsDavid Gow2021-12-151-1/+4
* kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2021-12-151-1/+9
* kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-151-8/+6
* kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2021-12-151-67/+72
* kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov2021-12-131-0/+6
* kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov2021-12-131-0/+8
* kunit: tool: continue past invalid utf-8 outputDaniel Latypov2021-10-251-1/+2
* kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar2021-10-191-4/+15
* kunit: tool: support running each suite/test separatelyDaniel Latypov2021-10-191-22/+78
* kunit: tool: actually track how long it took to run testsDaniel Latypov2021-10-191-3/+5
* kunit: tool: factor exec + parse steps into a functionDaniel Latypov2021-10-191-25/+19
* kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov2021-10-191-1/+0
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-3/+2
* kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2021-10-011-2/+22
* kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov2021-08-131-5/+15
* kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2021-08-131-4/+12
* kunit: tool: Assert the version requirementSeongJae Park2021-07-121-0/+2
* kunit: tool: add support for QEMUBrendan Higgins2021-06-111-8/+49
* kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-1/+3
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-081-5/+16
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-081-3/+6
* kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2021-01-151-16/+4
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-151-7/+7
* tweewide: Fix most Shebang linesFinn Behrens2020-12-081-1/+1
* kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-101-13/+12
* kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow2020-11-101-1/+1
* kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins2020-10-021-4/+8
* kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-311-6/+29
* kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins2020-08-311-8/+5
* Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-051-24/+0
|\
| * kunit: tool: fix improper treatment of file locationBrendan Higgins2020-07-171-24/+0