http://bugs.dpdk.org/show_bug.cgi?id=1899
Bug ID: 1899
Summary: A mix of passing and skipping testcases should result
in a passing testsuite
Product: DPDK
Version: 26.03
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: DTS
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
Currently, if my testsuite has 2 testcases, and testcase 1 has a PASS and
testcase 2 has a SKIP, the testsuite level result will be SKIP. I believe this
should be changed so that the testsuite level result is PASS. For instance, for
cryptodev testsuite, there will always be at least a few testsuites which skip
(because the device does not support a certain algo etc) but if all the algo
which are supported are tested and PASS, the testsuite level result should
indicate a passing status.
--
You are receiving this mail because:
You are the assignee for the bug.