[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CABVgOSkf58zMRhpqoZY3cZuAfujnTwVe14xOMcS6VBC4S2+vEw@mail.gmail.com>
Date: Mon, 23 Mar 2020 19:56:03 -0700
From: David Gow <davidgow@...gle.com>
To: Brendan Higgins <brendanhiggins@...gle.com>
Cc: Shuah Khan <shuah@...nel.org>, Heidi Fahim <heidifahim@...gle.com>,
"open list:KERNEL SELFTEST FRAMEWORK"
<linux-kselftest@...r.kernel.org>,
KUnit Development <kunit-dev@...glegroups.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] kunit: tool: add missing test data file content
On Mon, Mar 23, 2020 at 12:22 PM Brendan Higgins
<brendanhiggins@...gle.com> wrote:
>
> Add a missing raw dmesg test log to test the kunit_tool's dmesg parser.
> test_prefix_poundsign and test_output_with_prefix_isolated_correctly
> fail without this test log.
>
> Signed-off-by: Brendan Higgins <brendanhiggins@...gle.com>
Tested-by: David Gow <davidgow@...gle.com>
This patch does indeed fix the kunit_tool's unit tests (run with
./tools/testing/kunit/kunit_tool_test.py).
Beforehand, it failed with the errors below:
======================================================================
ERROR: test_prefix_poundsign (__main__.KUnitParserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./tools/testing/kunit/kunit_tool_test.py", line 208, in
test_prefix_poundsign
self.assertEqual('kunit-resource-test', result.suites[0].name)
IndexError: list index out of range
======================================================================
FAIL: test_output_with_prefix_isolated_correctly
(__main__.KUnitParserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./tools/testing/kunit/kunit_tool_test.py", line 116, in
test_output_with_prefix_isolated_correctly
self.assertContains('TAP version 14\n', result)
File "./tools/testing/kunit/kunit_tool_test.py", line 96, in
assertContains
str(needle) + '" not found in "' + str(haystack) + '"!')
AssertionError: "TAP version 14
" not found in "<generator object isolate_kunit_output at 0x7f4e88d85ed0>"!
----------------------------------------------------------------------
Ran 20 tests in 0.022s
FAILED (failures=1, errors=1)
Powered by blists - more mailing lists