kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
authorDaniel Latypov <dlatypov@google.com>
Mon, 22 Feb 2021 22:52:41 +0000 (14:52 -0800)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 2 Apr 2021 20:14:36 +0000 (14:14 -0600)
commit9854781dba371dda22880fc6acac7688fb5e2bae
tree58d81436a1f95e48c98c88a8abe3ba280497f284
parentacd976253c0ce98e92c766bd720bb00e4c2facb6
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment

TL;DR
$ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit

Per suggestion from Ted [1], we can reduce the amount of typing by
assuming a convention that these files are named '.kunitconfig'.

In the case of [1], we now have
$ ./tools/testing/kunit/kunit.py run --kunitconfig=fs/ext4

Also add in such a fragment for kunit itself so we can give that as an
example more close to home (and thus less likely to be accidentally
broken).

[1] https://lore.kernel.org/linux-ext4/YCNF4yP1dB97zzwD@mit.edu/

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/.kunitconfig [new file with mode: 0644]
tools/testing/kunit/kunit.py
tools/testing/kunit/kunit_kernel.py
tools/testing/kunit/kunit_tool_test.py