summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_tool_test.py
AgeCommit message (Expand)AuthorLines
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow-0/+12
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov-7/+49
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov-27/+18
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov-3/+17
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov-2/+2
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov-54/+49
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov-1/+1
2022-05-16kunit: tool: misc cleanupsDaniel Latypov-4/+6
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov-13/+4
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov-2/+2
2022-04-04kunit: tool: more descriptive metavars/--help outputDaniel Latypov-0/+5
2022-04-04kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov-5/+4
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov-1/+1
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov-2/+1
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow-2/+3
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov-1/+1
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov-17/+17
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov-3/+3
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov-0/+45
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov-0/+18
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov-4/+2
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov-1/+41
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow-0/+12
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow-1/+4
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov-0/+6
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar-38/+98
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov-0/+17
2021-10-19kunit: tool: support running each suite/test separatelyDaniel Latypov-0/+40
2021-10-19kunit: tool: show list of valid --arch options when invalidDaniel Latypov-0/+4
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov-10/+8
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov-0/+8
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov-0/+9
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov-6/+14
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar-3/+13
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow-0/+22
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov-8/+10
2021-06-11kunit: tool: add support for QEMUBrendan Higgins-5/+13
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov-0/+6
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov-6/+9
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov-0/+32
2021-02-08minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov-36/+24
2021-02-08kunit: tool: use `with open()` in unit testDaniel Latypov-19/+14
2021-02-08kunit: tool: stop using bare asserts in unit testDaniel Latypov-26/+24
2021-02-08kunit: tool: fix unit test cleanup handlingDaniel Latypov-8/+6
2020-12-08tweewide: Fix most Shebang linesFinn Behrens-1/+1
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov-2/+2
2020-10-26kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins-7/+25
2020-08-31kunit: tool: allow generating test results in JSONHeidi Fahim-0/+33
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-7/+7
2020-07-17kunit: tool: fix improper treatment of file locationBrendan Higgins-2/+2