[Bug 1357] Test/test suite pattern
bugzilla at dpdk.org
bugzilla at dpdk.org
Wed Jan 10 11:58:19 CET 2024
https://bugs.dpdk.org/show_bug.cgi?id=1357
Bug ID: 1357
Summary: Test/test suite pattern
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: dts
Assignee: dev at dpdk.org
Reporter: juraj.linkes at pantheon.tech
CC: juraj.linkes at pantheon.tech, probb at iol.unh.edu
Target Milestone: ---
A test defines a testing procedure without any particular values to test. A
test case is a particular instance of a test with all the values defined.
A usual pattern of test case development is a test method implementing the test
procedure and a number of test cases calling the procedure with different
values.
If there are multiple variables with different values, the number of (possible)
test cases could be very high, which would be tedious and error-prone to
implement and maintain. This could be alleviated with scripts, but at that
point, we could have a more centrallized solution where the definition of test
cases could be just a matrix/dictionary of all the vectors of values to test.
The question is whether this is worth implementing (Are there going to be that
many test cases? Do we want that many?)?
The solution needs to be cognisant of how the test cases are going to be
executed and recorded and most importantly, how are they going to be recorded
in case they're blocked or skipped (i.e. when not executed).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240110/5a031810/attachment.htm>
More information about the dev
mailing list