summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_tool_test.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: misc cleanupsDaniel Latypov2022-05-161-4/+6
* kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov2022-05-161-13/+4
* kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov2022-05-121-2/+2
* kunit: tool: more descriptive metavars/--help outputDaniel Latypov2022-04-041-0/+5
* kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov2022-04-041-5/+4
* kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov2022-04-041-1/+1
* kunit: tool: make --json handling a bit clearerDaniel Latypov2022-04-041-2/+1
* kunit: tool: Default --jobs to number of CPUsDavid Gow2021-12-151-2/+3
* kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2021-12-151-1/+1
* kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-151-17/+17
* kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2021-12-151-3/+3
* kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov2021-12-131-0/+45
* kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov2021-12-131-0/+18
* kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov2021-12-131-4/+2
* kunit: tool: print parsed test results fully incrementallyDaniel Latypov2021-12-131-1/+41
* kunit: tool: Report an error if any test has no subtestsDavid Gow2021-12-131-0/+12
* kunit: tool: Do not error on tests without test plansDavid Gow2021-12-131-1/+4
* kunit: tool: fix --json output for skipped testsDaniel Latypov2021-12-131-0/+6
* kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar2021-10-191-38/+98
* kunit: tool: yield output from run_kernel in real timeDaniel Latypov2021-10-191-0/+17
* kunit: tool: support running each suite/test separatelyDaniel Latypov2021-10-191-0/+40
* kunit: tool: show list of valid --arch options when invalidDaniel Latypov2021-10-191-0/+4
* kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov2021-10-191-10/+8
* kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2021-10-011-0/+8
* kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov2021-08-131-0/+9
* kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2021-08-131-6/+14
* kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar2021-07-121-3/+13
* kunit: tool: Support skipped tests in kunit_toolDavid Gow2021-06-251-0/+22
* kunit: tool: internal refactor of parser input handlingDaniel Latypov2021-06-251-8/+10
* kunit: tool: add support for QEMUBrendan Higgins2021-06-111-5/+13
* kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-0/+6
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-081-6/+9
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-081-0/+32
* minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov2021-02-081-36/+24
* kunit: tool: use `with open()` in unit testDaniel Latypov2021-02-081-19/+14
* kunit: tool: stop using bare asserts in unit testDaniel Latypov2021-02-081-26/+24
* kunit: tool: fix unit test cleanup handlingDaniel Latypov2021-02-081-8/+6
* tweewide: Fix most Shebang linesFinn Behrens2020-12-081-1/+1
* kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2020-11-101-2/+2
* kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins2020-10-261-7/+25
* kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-311-0/+33
* Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-051-7/+7
|\
| * kunit: tool: fix improper treatment of file locationBrendan Higgins2020-07-171-2/+2
| * kunit: tool: fix broken default args in unit testsBrendan Higgins2020-07-171-5/+5
* | kunit: show error if kunit results are not presentUriel Guajardo2020-06-261-0/+11
|/
* kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2020-05-111-4/+59
* kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow2020-03-251-11/+11
* kunit: Run all KUnit tests through allyesconfigHeidi Fahim2020-03-201-7/+10
* kunit: kunit_parser: make parser more robustHeidi Fahim2020-03-201-0/+69
* kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park2019-12-231-0/+8