summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: Default --jobs to number of CPUsDavid Gow2021-12-151-1/+4
* kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov2021-12-151-1/+9
* kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-151-8/+6
* kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2021-12-151-67/+72
* kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov2021-12-131-0/+6
* kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov2021-12-131-0/+8
* kunit: tool: continue past invalid utf-8 outputDaniel Latypov2021-10-251-1/+2
* kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar2021-10-191-4/+15
* kunit: tool: support running each suite/test separatelyDaniel Latypov2021-10-191-22/+78
* kunit: tool: actually track how long it took to run testsDaniel Latypov2021-10-191-3/+5
* kunit: tool: factor exec + parse steps into a functionDaniel Latypov2021-10-191-25/+19
* kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov2021-10-191-1/+0
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-3/+2
* kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2021-10-011-2/+22
* kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov2021-08-131-5/+15
* kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2021-08-131-4/+12
* kunit: tool: Assert the version requirementSeongJae Park2021-07-121-0/+2
* kunit: tool: add support for QEMUBrendan Higgins2021-06-111-8/+49
* kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-1/+3
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-081-5/+16
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-081-3/+6
* kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2021-01-151-16/+4
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-151-7/+7
* tweewide: Fix most Shebang linesFinn Behrens2020-12-081-1/+1
* kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-101-13/+12
* kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow2020-11-101-1/+1
* kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins2020-10-021-4/+8
* kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-311-6/+29
* kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins2020-08-311-8/+5
* Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-051-24/+0
|\
| * kunit: tool: fix improper treatment of file locationBrendan Higgins2020-07-171-24/+0
* | kunit: kunit_tool: Fix invalid result when build failsDavid Gow2020-06-261-1/+3
|/
* kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...Vitor Massaru Iha2020-06-011-9/+18
* kunit: use KUnit defconfig by defaultVitor Massaru Iha2020-05-221-11/+3
* kunit: use --build_dir=.kunit as defaultVitor Massaru Iha2020-05-221-7/+6
* kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2020-05-111-56/+237
* kunit: add --make_optionsGreg Thelen2020-03-231-4/+10
* kunit: Run all KUnit tests through allyesconfigHeidi Fahim2020-03-201-12/+18
* kunit: run kunit_tool from any directoryHeidi Fahim2020-02-191-0/+12
* kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2019-12-231-1/+1
* kunit: Place 'test.log' under the 'build_dir'SeongJae Park2019-12-231-1/+1
* kunit: Create default config in '--build_dir'SeongJae Park2019-12-231-2/+9
* kunit: Remove duplicated defconfig creationSeongJae Park2019-12-231-3/+0
* kunit: Fix '--build_dir' optionSeongJae Park2019-10-071-2/+4
* kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins2019-09-301-4/+24
* kunit: tool: add Python wrappers for running KUnit testsFelix Guo2019-09-301-0/+116