kunit: Don't fail test suites if one of them is empty
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 15 Oct 2020 16:28:17 +0000 (19:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Nov 2020 18:22:00 +0000 (19:22 +0100)
commit02bdf72aa22a9d49b92c6f6ed86247a8b04c27b2
treeec41185a0dc7675323231d29e340f35c2d5c9b61
parente6ddfc043e65505629f7cfea7d9eb957c565f76b
kunit: Don't fail test suites if one of them is empty

[ Upstream commit 3fc48259d5250f7a3ee021ad0492b604c428c564 ]

Empty test suite is okay test suite.

Don't fail the rest of the test suites if one of them is empty.

Fixes: 6ebf5866f2e8 ("kunit: tool: add Python wrappers for running KUnit tests")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Tested-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/kunit/kunit_parser.py