linux/tools/testing/kunit
Daniel Latypov 980ac3ad05 kunit: tool: rename all_test_uml.config, use it for --alltests
Context:
1. all_tests_uml.config used to be UML specific back when users to
   manually specify CONFIG_VIRTIO_UML=y to enable CONFIG_PCI=y.
2. --alltests used allyesconfig along with a curated list of options to
   disable. It's only ever worked for brief periods of time and has
   perennially been broken due to compile issues.

Now all_tests_uml.config should work across ~all architectures.
Let's instead use this to implement --alltests.

Note: if anyone was using all_tests_uml.config, this change breaks them.
I think that's unlikely since it was added in 5.19 and was a lot to
type: --kunitconfig=tools/testing/kunit/configs/all_tests_uml.config.
We could make it a symlink to the new name, but I don't think the
caution is warranted here.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-09-30 13:22:55 -06:00
..
configs kunit: tool: rename all_test_uml.config, use it for --alltests 2022-09-30 13:22:55 -06:00
qemu_configs kunit: tool: Use qemu-system-i386 for i386 runs 2022-05-18 17:03:54 -06:00
test_data kunit: tool: make parser stop overwriting status of suites w/ no_tests 2022-05-16 13:22:12 -06:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
kunit_config.py kunit: tool: make --kunitconfig repeatable, blindly concat 2022-07-08 11:22:02 -06:00
kunit_json.py kunit: tool: misc cleanups 2022-05-16 13:22:36 -06:00
kunit_kernel.py kunit: tool: rename all_test_uml.config, use it for --alltests 2022-09-30 13:22:55 -06:00
kunit_parser.py kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces 2022-09-30 13:17:17 -06:00
kunit_printer.py kunit: tool: refactoring printing logic into kunit_printer.py 2022-07-07 17:46:25 -06:00
kunit_tool_test.py kunit: tool: rename all_test_uml.config, use it for --alltests 2022-09-30 13:22:55 -06:00
kunit.py kunit: tool: rename all_test_uml.config, use it for --alltests 2022-09-30 13:22:55 -06:00
qemu_config.py kunit: tool: drop last uses of collections.namedtuple 2022-04-04 14:25:53 -06:00
run_checks.py kunit: tool: misc cleanups 2022-05-16 13:22:36 -06:00