summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: Enable virtio/PCI by default on UMLDavid Gow2022-07-083-4/+27
* kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-084-23/+89
* kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov2022-07-071-0/+11
* kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov2022-07-073-56/+54
* kunit: tool: introduce --qemu_argsDaniel Latypov2022-07-073-7/+37
* kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov2022-07-071-10/+10
* kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov2022-07-071-1/+1
* kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov2022-07-075-58/+82
* kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov2022-07-072-87/+65
* kunit: tool: drop unused load_config argumentDaniel Latypov2022-07-072-5/+1
* kunit: tool: Use qemu-system-i386 for i386 runsDavid Gow2022-05-181-1/+1
* kunit: tool: update riscv QEMU config with new serial dependencyBrendan Higgins2022-05-161-0/+1
* kunit: tool: Add list of all valid test configs on UMLDavid Gow2022-05-161-0/+37
* kunit: tool: misc cleanupsDaniel Latypov2022-05-167-46/+39
* kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov2022-05-161-54/+17
* kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov2022-05-162-3/+6
* kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov2022-05-163-104/+4
* kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov2022-05-122-3/+4
* kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov2022-05-1210-20/+22
* kunit: tool: update test counts summary line formatDaniel Latypov2022-05-121-5/+5
* kunit: tool: more descriptive metavars/--help outputDaniel Latypov2022-04-042-14/+17
* kunit: tool: Do not colorize output when redirectedKees Cook2022-04-041-0/+7
* kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov2022-04-043-3/+5
* kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov2022-04-043-21/+33
* kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov2022-04-041-10/+10
* kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov2022-04-043-37/+24
* kunit: tool: drop last uses of collections.namedtupleDaniel Latypov2022-04-042-11/+15
* kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov2022-04-041-2/+0
* kunit: tool: make --json handling a bit clearerDaniel Latypov2022-04-043-16/+11
* Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-03-231-16/+8
|\
| * kunit: tool: drop mostly unused KunitResult.result fieldDaniel Latypov2022-01-311-16/+8
* | kunit: fix missing f in f-string in run_checks.pyDaniel Latypov2022-02-021-1/+1
* | kunit: tool: Import missing importlib.abcMichaƂ Winiarski2022-01-251-0/+1
|/
* kunit: tool: Default --jobs to number of CPUsDavid Gow2021-12-152-3/+7
* kunit: tool: fix newly introduced typechecker errorsDaniel Latypov2021-12-152-2/+3
* kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2021-12-152-2/+10
* kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-154-35/+29
* kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2021-12-152-70/+75
* kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov2021-12-131-0/+6
* kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov2021-12-132-11/+74
* kunit: tool: revamp message for invalid kunitconfigDaniel Latypov2021-12-131-9/+11
* kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov2021-12-133-0/+31
* kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov2021-12-133-42/+37
* kunit: tool: print parsed test results fully incrementallyDaniel Latypov2021-12-132-7/+57
* kunit: tool: Report an error if any test has no subtestsDavid Gow2021-12-133-5/+30
* kunit: tool: Do not error on tests without test plansDavid Gow2021-12-132-4/+6
* kunit: add run_checks.py script to validate kunit changesDaniel Latypov2021-12-131-0/+81
* kunit: tool: fix --json output for skipped testsDaniel Latypov2021-12-132-0/+8
* kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov2021-10-291-6/+9
* kunit: tool: continue past invalid utf-8 outputDaniel Latypov2021-10-252-3/+4