summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_kernel.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: Add command line interface to filter and report attributesRae Moar2023-07-261-2/+6
* kunit: tool: undo type subscripts for subprocess.PopenDaniel Latypov2023-05-081-3/+3
* kunit: tool: Add support for overriding the QEMU serial portGeert Uytterhoeven2023-04-051-1/+2
* kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov2023-03-171-14/+15
* kunit: tool: remove unused imports and variablesDaniel Latypov2023-03-171-1/+0
* kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov2023-03-171-3/+3
* kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov2022-09-301-27/+2
* kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+1
* kunit: tool: Enable virtio/PCI by default on UMLDavid Gow2022-07-081-4/+10
* kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-081-12/+26
* kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov2022-07-071-9/+11
* kunit: tool: introduce --qemu_argsDaniel Latypov2022-07-071-3/+7
* kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov2022-07-071-10/+10
* kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov2022-07-071-1/+1
* kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov2022-07-071-4/+4
* kunit: tool: drop unused load_config argumentDaniel Latypov2022-07-071-4/+0
* kunit: tool: misc cleanupsDaniel Latypov2022-05-161-5/+5
* kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov2022-05-121-8/+10
* kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov2022-04-041-0/+2
* kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov2022-04-041-31/+20
* kunit: tool: Import missing importlib.abcMichaƂ Winiarski2022-01-251-0/+1
* kunit: tool: fix newly introduced typechecker errorsDaniel Latypov2021-12-151-0/+1
* kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov2021-12-131-11/+29
* kunit: tool: revamp message for invalid kunitconfigDaniel Latypov2021-12-131-9/+11
* kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov2021-12-131-0/+5
* kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov2021-12-131-8/+4
* kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov2021-10-291-6/+9
* kunit: tool: continue past invalid utf-8 outputDaniel Latypov2021-10-251-2/+2
* kunit: tool: yield output from run_kernel in real timeDaniel Latypov2021-10-191-30/+45
* kunit: tool: show list of valid --arch options when invalidDaniel Latypov2021-10-191-2/+3
* kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov2021-10-191-8/+4
* kunit: tool: remove unnecessary "annotations" importDaniel Latypov2021-07-121-4/+2
* kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2021-06-231-1/+1
* kunit: tool: add support for QEMUBrendan Higgins2021-06-111-27/+148
* kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-111-1/+1
* kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-0/+2
* kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov2021-02-081-1/+3
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-081-1/+3
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-081-4/+8
* kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2021-01-151-12/+13
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-151-18/+19
* kunit: tool: Force the use of the 'tty' console for UMLDavid Gow2021-01-041-1/+1
* kunit: Introduce get_file_path() helperAndy Shevchenko2020-11-301-15/+9
* kunit: tool: print out stderr from make (like build warnings)Daniel Latypov2020-11-101-4/+9
* kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko2020-11-101-3/+11
* kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-101-5/+19
* kunit: tool: fix display of make errorsDaniel Latypov2020-10-091-6/+6
* kunit: tool: fix --alltests flagBrendan Higgins2020-09-231-5/+10
* kunit: capture stderr on all make subprocess callsWill Chen2020-07-171-3/+3
* kunit: add --make_optionsGreg Thelen2020-03-231-10/+14