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)
commit0d0d245104a42e593adcf11396017a6420c08ba8
tree444c4d7f8a63c3b955dc6140b8c709c13b26cd91
parentf0b62039bf7f998fb3f1369ac70dbe571c74f9d8
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: 45dcbb6f5ef7 ("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