| Bug ID | 1371 |
|---|---|
| Summary | Add function to start "simple" testpmd with default params for DTS |
| Product | DPDK |
| Version | unspecified |
| Hardware | All |
| OS | All |
| Status | UNCONFIRMED |
| Severity | normal |
| Priority | Normal |
| Component | dts |
| Assignee | dev@dpdk.org |
| Reporter | probb@iol.unh.edu |
| CC | juraj.linkes@pantheon.tech, probb@iol.unh.edu |
| Target Milestone | --- |
eal args are already gathered from conf.yaml. It may make sense to have some "default" testpmd start function for the sut_node. Another related ask is abstracting away the testpmd.start() and testpmd.stop() from the code which needs to be written by devs writing a new testsuite. Anything we can do to make writing a testsuite less burdensome.