kunit: Move default config from arch/um -> tools/testing/kunit
authorDavid Gow <davidgow@google.com>
Sat, 22 May 2021 04:42:40 +0000 (21:42 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 23 Jun 2021 23:49:17 +0000 (17:49 -0600)
commitd9d6b8225e7319fde69b1aa59c3bb66d501f3845
treecc32e1dff66ba432b6a71c0dfea728072f13b76e
parentb0841b51cac92cc1d2aa15a67a86eb026eabbb46
kunit: Move default config from arch/um -> tools/testing/kunit

The default .kunitconfig file is currently kept in
arch/um/configs/kunit_defconfig, but -- with the impending QEMU patch
-- will no-longer be exclusively used for UML-based kernels.

Move it alongside the other KUnit configs in
tools/testing/kunit/configs, and give it a name which matches the
existing all_tests.config and broken_on_uml.config files.

Also update the Getting Started documentation to point to the new file.

Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/start.rst
arch/um/configs/kunit_defconfig [deleted file]
tools/testing/kunit/configs/default.config [new file with mode: 0644]
tools/testing/kunit/kunit_kernel.py