]> git.baikalelectronics.ru Git - kernel.git/commit
kunit: tools: fix kunit_tool tests for parsing test plans
authorBrendan Higgins <brendanhiggins@google.com>
Wed, 21 Oct 2020 20:39:14 +0000 (13:39 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 26 Oct 2020 19:25:40 +0000 (13:25 -0600)
commite88fe43cc24c14411b286b55a0898f2aa775cbb8
tree444c4d7f8a63c3b955dc6140b8c709c13b26cd91
parent3ff98a88291ed7f234356ac507b87ed86789b7e4
kunit: tools: fix kunit_tool tests for parsing test plans

Some tests logs for kunit_tool tests are missing their test plans
causing their tests to fail; fix this by adding the test plans.

Fixes: 1141bae6e66c ("kunit: test: add test plan to KUnit TAP format")
Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit_tool_test.py
tools/testing/kunit/test_data/test_config_printk_time.log
tools/testing/kunit/test_data/test_interrupted_tap_output.log
tools/testing/kunit/test_data/test_kernel_panic_interrupt.log
tools/testing/kunit/test_data/test_multiple_prefixes.log
tools/testing/kunit/test_data/test_pound_no_prefix.log
tools/testing/kunit/test_data/test_pound_sign.log