kunit: tool: drop unused load_config argument
authorDaniel Latypov <dlatypov@google.com>
Mon, 16 May 2022 19:47:28 +0000 (12:47 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 7 Jul 2022 23:45:36 +0000 (17:45 -0600)
commit76f0d6f581693fbfd1be82aadc28fb52e33000fd
tree7ed8fb7aaadabd93c81688e8360617cd953bf57f
parentd2fbdde838f270377de4fc20e919aac3941ea55f
kunit: tool: drop unused load_config argument

It's always set to true except in one test case.
And in that test case it can safely be set to true anyways.

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>
tools/testing/kunit/kunit_kernel.py
tools/testing/kunit/kunit_tool_test.py