summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_kernel.py
AgeCommit message (Expand)AuthorLines
2025-04-15kunit: tool: Implement listing of available architecturesThomas Weißschuh-0/+8
2025-02-18kunit: tool: Build GDB scriptsBrendan Jackman-2/+2
2025-01-14kunit: enable hardware acceleration when availableTamir Duberstein-0/+3
2024-11-19kunit: tool: Allow overriding the shutdown mode from qemu configThomas Weißschuh-1/+3
2024-09-12kunit: tool: Build compile_commands.jsonBrendan Jackman-1/+2
2024-02-27kunit: tool: Print UML commandMickaël Salaün-0/+1
2023-07-26kunit: tool: Add command line interface to filter and report attributesRae Moar-2/+6
2023-05-08kunit: tool: undo type subscripts for subprocess.PopenDaniel Latypov-3/+3
2023-04-05kunit: tool: Add support for overriding the QEMU serial portGeert Uytterhoeven-1/+2
2023-03-17kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov-14/+15
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov-1/+0
2023-03-17kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov-3/+3
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov-27/+2
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley-0/+1
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow-4/+10
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov-12/+26
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov-9/+11
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov-3/+7
2022-07-07kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov-10/+10
2022-07-07kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov-1/+1
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov-4/+4
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov-4/+0
2022-05-16kunit: tool: misc cleanupsDaniel Latypov-5/+5
2022-05-12kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov-8/+10
2022-04-04kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov-0/+2
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov-31/+20
2022-01-25kunit: tool: Import missing importlib.abcMichał Winiarski-0/+1
2021-12-15kunit: tool: fix newly introduced typechecker errorsDaniel Latypov-0/+1
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov-11/+29
2021-12-13kunit: tool: revamp message for invalid kunitconfigDaniel Latypov-9/+11
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov-0/+5
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov-8/+4
2021-10-29kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov-6/+9
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov-2/+2
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov-30/+45
2021-10-19kunit: tool: show list of valid --arch options when invalidDaniel Latypov-2/+3
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov-8/+4
2021-07-12kunit: tool: remove unnecessary "annotations" importDaniel Latypov-4/+2
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow-1/+1
2021-06-11kunit: tool: add support for QEMUBrendan Higgins-27/+148
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow-1/+1
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov-0/+2
2021-02-08kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov-1/+3
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov-1/+3
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov-4/+8
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov-12/+13
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov-18/+19
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow-1/+1
2020-11-30kunit: Introduce get_file_path() helperAndy Shevchenko-15/+9
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov-4/+9