http://bugs.dpdk.org/show_bug.cgi?id=1872
Bug ID: 1872
Summary: Introduce "fast tests" concept to DTS
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: DTS
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
We currently have a new rte_flow testsuite under review. It creates 1000+ rules
and validates them with real traffic. So, the testsuite takes a while to run
(approx 10 minutes) which is very different from most testsuites (run in
seconds or low tens of seconds).
People may want to run "fast tests" as a part of their development workflow
when making new DPDK patches, but may want to run the "long tests" like the
comprehensive rte_flow testsuite less frequently, or only on CI systems.
Perhaps it would make sense for us to add a "long tests" decorator or similar,
and a "fast-tests-only" boolean config value to test_run.yaml which defaults to
true.
--
You are receiving this mail because:
You are the assignee for the bug.