aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov1-12/+12
2022-09-30kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov1-1/+1
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov1-3/+4
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov1-1/+13
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov1-8/+9
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov1-33/+16
2022-05-16kunit: tool: misc cleanupsDaniel Latypov1-5/+4
2022-04-04kunit: tool: more descriptive metavars/--help outputDaniel Latypov1-14/+12
2022-04-04kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov1-1/+1
2022-04-04kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov1-7/+9
2022-04-04kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov1-2/+0
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov1-4/+8
2022-01-31kunit: tool: drop mostly unused KunitResult.result fieldDaniel Latypov1-16/+8
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow1-1/+4
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov1-1/+9
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov1-8/+6
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov1-67/+72
2021-12-13kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov1-0/+6
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov1-0/+8
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov1-1/+2
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar1-4/+15
2021-10-19kunit: tool: support running each suite/test separatelyDaniel Latypov1-22/+78
2021-10-19kunit: tool: actually track how long it took to run testsDaniel Latypov1-3/+5
2021-10-19kunit: tool: factor exec + parse steps into a functionDaniel Latypov1-25/+19
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov1-1/+0
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov1-3/+2
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov1-2/+22
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov1-5/+15
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov1-4/+12
2021-07-12kunit: tool: Assert the version requirementSeongJae Park1-0/+2
2021-06-11kunit: tool: add support for QEMUBrendan Higgins1-8/+49
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov1-1/+3
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov1-5/+16
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov1-3/+6
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov1-16/+4
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov1-7/+7
2020-12-08tweewide: Fix most Shebang linesFinn Behrens1-1/+1
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko1-13/+12
2020-11-10kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow1-1/+1
2020-10-02kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins1-4/+8
2020-08-31kunit: tool: allow generating test results in JSONHeidi Fahim1-6/+29
2020-08-31kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins1-8/+5
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-24/+0
2020-07-17kunit: tool: fix improper treatment of file locationBrendan Higgins1-24/+0
2020-06-26kunit: kunit_tool: Fix invalid result when build failsDavid Gow1-1/+3
2020-06-01kunit: Fix TabError, remove defconfig code and handle when there is no kunitconfigVitor Massaru Iha1-9/+18
2020-05-22kunit: use KUnit defconfig by defaultVitor Massaru Iha1-11/+3
2020-05-22kunit: use --build_dir=.kunit as defaultVitor Massaru Iha1-7/+6
2020-05-11kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow1-56/+237
2020-03-23kunit: add --make_optionsGreg Thelen1-4/+10