summaryrefslogtreecommitdiff
path: root/tools/testing/kunit/kunit_kernel.py
AgeCommit message (Expand)Author
2022-01-25kunit: tool: Import missing importlib.abcMichaƂ Winiarski
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov
2021-12-13kunit: tool: revamp message for invalid kunitconfigDaniel Latypov
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov
2021-10-29kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov
2021-10-19kunit: tool: show list of valid --arch options when invalidDaniel Latypov
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov
2021-07-12kunit: tool: remove unnecessary "annotations" importDaniel Latypov
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow
2021-06-11kunit: tool: add support for QEMUBrendan Higgins
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov
2021-02-08kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow
2020-11-30kunit: Introduce get_file_path() helperAndy Shevchenko
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov
2020-11-10kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko
2020-10-09kunit: tool: fix display of make errorsDaniel Latypov
2020-09-23kunit: tool: fix --alltests flagBrendan Higgins
2020-07-17kunit: capture stderr on all make subprocess callsWill Chen
2020-03-23kunit: add --make_optionsGreg Thelen
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim
2020-02-19kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo