diff options
| author | Brendan Higgins <brendanhiggins@google.com> | 2020-10-21 13:39:14 -0700 |
|---|---|---|
| committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-10-26 13:25:40 -0600 |
| commit | 0d0d245104a42e593adcf11396017a6420c08ba8 (patch) | |
| tree | 444c4d7f8a63c3b955dc6140b8c709c13b26cd91 /tools/testing/kunit/test_data/test_kernel_panic_interrupt.log | |
| parent | f0b62039bf7f998fb3f1369ac70dbe571c74f9d8 (diff) | |
| download | cachepc-linux-0d0d245104a42e593adcf11396017a6420c08ba8.tar.gz cachepc-linux-0d0d245104a42e593adcf11396017a6420c08ba8.zip | |
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>
Diffstat (limited to 'tools/testing/kunit/test_data/test_kernel_panic_interrupt.log')
| -rw-r--r-- | tools/testing/kunit/test_data/test_kernel_panic_interrupt.log | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log b/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log index c045eee75f27..a014ffe9725e 100644 --- a/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log +++ b/tools/testing/kunit/test_data/test_kernel_panic_interrupt.log @@ -1,6 +1,7 @@ [ 0.060000] printk: console [mc-1] enabled [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0 [ 0.060000] TAP version 14 +[ 0.060000] 1..3 [ 0.060000] # Subtest: kunit-resource-test [ 0.060000] 1..5 [ 0.060000] ok 1 - kunit_resource_test_init_resources @@ -22,4 +23,4 @@ [ 0.060000] Stack: [ 0.060000] 602086f8 601bc260 705c0000 705c0000 [ 0.060000] 602086f8 6005fcec 705c0000 6002c6ab -[ 0.060000] 6005fcec 601bc260 705c0000 3000000010
\ No newline at end of file +[ 0.060000] 6005fcec 601bc260 705c0000 3000000010 |
