A testing framework and set of testsuites for end to end testing of DPDK
NOTE: This is a wrapper of the official package, but it is not verified,
affiliated with, or supported by the DPDK project or its maintainers.
DTS is a testing framework and set of testsuites for end to end testing of DPDK and DPDK enabled hardware.
Unlike DPDK's dpdk-test application, which is used for running unit tests, DTS is intended to be used
to evaluate real DPDK workloads run over supported hardware.
For instance, DTS will control a traffic generator node which will send packets to a system under test node
which is running a DPDK application, and evaluate the resulting DPDK application behavior.