[dpdk-dev] [PATCH v1] Add check for skipped tests
Ayuj Verma
ayverma at marvell.com
Mon Apr 1 09:31:55 CEST 2019
Current unit test application add up skipped test (TEST_SKIPPED) into
FAILED test counter which is wrong. A testcase can be skipped for a
particular PMD if it doesn’t support specific feature whereas failure
mean PMD support feature but test run failed. Since TEST_SKIPPED
and TEST_FAILED serve different purpose, thus add a new counter
skipped in test app to count number of skipped test.
Ayuj Verma (1):
app/test: add check for test skipped
app/test/test.c | 2 ++
1 file changed, 2 insertions(+)
--
1.8.3.1
More information about the dev
mailing list