summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
AgeCommit message (Expand)AuthorFilesLines
2022-02-23kunit: tool: Import missing importlib.abcMichaƂ Winiarski1-0/+1
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2-2/+30
2021-08-13kunit: Print test statistics on failureDavid Gow1-1/+1
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov3-9/+24
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2-10/+26
2021-07-12kunit: tool: Assert the version requirementSeongJae Park1-0/+2
2021-07-12kunit: tool: remove unnecessary "annotations" importDaniel Latypov1-4/+2
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar4-5/+19
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow4-24/+105
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov2-55/+99
2021-06-24kunit: Remove the unused all_tests.configDavid Gow1-3/+0
2021-06-24kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2-1/+4
2021-06-12kunit: tool: add support for QEMUBrendan Higgins14-41/+354
2021-06-12kunit: Add 'kunit_shutdown' optionDavid Gow2-2/+2
2021-04-28Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-1/+11
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov3-1/+11
2021-03-12kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow1-0/+2
2021-03-12kunit: tool: Fix a python tuple typing errorDavid Gow1-1/+1
2021-02-09kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov1-1/+3
2021-02-09kunit: tool: add support for filtering suites by globDaniel Latypov3-12/+28
2021-02-09kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov3-7/+46
2021-02-09kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov1-7/+6
2021-02-09minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov1-36/+24
2021-02-09kunit: tool: use `with open()` in unit testDaniel Latypov1-19/+14
2021-02-09kunit: tool: stop using bare asserts in unit testDaniel Latypov1-26/+24
2021-02-09kunit: tool: fix unit test cleanup handlingDaniel Latypov1-8/+6
2021-01-16kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2-28/+17
2021-01-16kunit: tool: fix minor typing issue with None statusDaniel Latypov1-9/+8
2021-01-16kunit: tool: surface and address more typing issuesDaniel Latypov5-52/+54
2021-01-16kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow1-12/+12
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow1-1/+1
2020-12-23Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+2
2020-12-08tweewide: Fix most Shebang linesFinn Behrens2-2/+2
2020-12-02kunit: kunit_tool: Correctly parse diagnostic messagesDavid Gow1-3/+4
2020-11-30kunit: Introduce get_file_path() helperAndy Shevchenko1-15/+9
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2-3/+4
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov1-4/+9
2020-11-10kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko1-3/+11
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2-18/+31
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov1-7/+7
2020-11-10kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow1-1/+1
2020-11-10kunit: tool: unmark test_data as binary blobsBrendan Higgins1-1/+0
2020-10-26kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins7-12/+36
2020-10-26kunit: Don't fail test suites if one of them is emptyAndy Shevchenko1-1/+1
2020-10-26kunit: Fix kunit.py --raw_output optionDavid Gow1-1/+0
2020-10-19Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-14/+65
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins4-14/+65
2020-10-09kunit: tool: fix display of make errorsDaniel Latypov1-6/+6
2020-10-02kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins1-4/+8
2020-09-24kunit: tool: fix --alltests flagBrendan Higgins2-5/+11