| Bug ID | 1545 |
|---|---|
| Summary | Docs are incorrect regarding how final testsuite list is produced |
| Product | DPDK |
| Version | unspecified |
| Hardware | All |
| OS | All |
| Status | UNCONFIRMED |
| Severity | minor |
| Priority | Normal |
| Component | DTS |
| Assignee | dev@dpdk.org |
| Reporter | probb@iol.unh.edu |
| CC | juraj.linkes@pantheon.tech, probb@iol.unh.edu |
| Target Milestone | --- |
DTS Docs claim that the final testsuite for a testrun is the union of the testsuite in conf.yaml and the ones included as cmdline arguments. This is not true, the cmdline arg is an override, meaning any testsuites from conf.yaml will be dropped. My opinion is that the current behavior is actually desirable, so instead of "fixing" the implementation, we should simply update the docs.