diff options
author | Heidi Fahim | 2019-12-02 15:53:29 -0800 |
---|---|---|
committer | Shuah Khan | 2019-12-09 11:20:36 -0700 |
commit | 70efb58bbbc28f0cbd4060c9aa581d79201c8b1a (patch) | |
tree | 7d60ee6f07dea34a9390db2ed20a178924fa34bf /Documentation | |
parent | 39101b2265440dfe83646a4bfc33015c86f36d71 (diff) |
kunit: testing kunit: Bug fix in test_run_timeout function
Assert in test_run_timeout was not updated with the build_dir argument
and caused the following error:
AssertionError: Expected call: run_kernel(timeout=3453)
Actual call: run_kernel(build_dir=None, timeout=3453)
Needed to update kunit_tool_test to reflect this fix
https://lkml.org/lkml/2019/9/6/351
Signed-off-by: Heidi Fahim <heidifahim@google.com>
Reviewed-by: SeongJae Park <sjpark@amazon.de>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Tested-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions