]> www.infradead.org Git - nvme.git/commit
kunit: tool: add test to check parsing late test plan
authorRae Moar <rmoar@google.com>
Thu, 13 Mar 2025 19:27:14 +0000 (19:27 +0000)
committerShuah Khan <shuah@kernel.org>
Sun, 16 Mar 2025 00:13:43 +0000 (18:13 -0600)
commit2e0cf2b32f72b20b0db5cc665cd8465d0f257278
tree3cee9e8120c925130096e829cfb0c0dbbe8d62f8
parent1d4c06d51963f89f67c7b75d5c0c34e9d1bb2ae6
kunit: tool: add test to check parsing late test plan

Add test to check for the infinite loop caused by the inability
to parse a late test plan.

The test parses the following output:
 TAP version 13
 ok 4 test4
 1..4

Link: https://lore.kernel.org/r/20250313192714.1380005-1-rmoar@google.com
Signed-off-by: Rae Moar <rmoar@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/kunit/kunit_tool_test.py