| #
bcafd173 |
| 18-Oct-2021 |
Ciara Power <[email protected]> |
doc: add details for new test structure
The testing guide is now updated to include details about using sub-testsuites. Some example code is given to demonstrate how they can be used.
A note is als
doc: add details for new test structure
The testing guide is now updated to include details about using sub-testsuites. Some example code is given to demonstrate how they can be used.
A note is also added to highlight the need for using vdev EAL args when running cryptodev tests.
Signed-off-by: Ciara Power <[email protected]> Acked-by: Fan Zhang <[email protected]> Acked-by: John McNamara <[email protected]>
show more ...
|
| #
959710f1 |
| 15-Oct-2021 |
Aaron Conole <[email protected]> |
doc: add a guide for developing unit tests
The DPDK testing infrastructure includes a comprehensive set of libraries, utilities, and CI integrations for developers to test their code changes. This
doc: add a guide for developing unit tests
The DPDK testing infrastructure includes a comprehensive set of libraries, utilities, and CI integrations for developers to test their code changes. This isn't well documented, however.
Document the basics for adding a test suite to the infrastructure and enabling that test suite for continuous integration platforms so that newer developers can understand how to develop test suites and test cases.
Signed-off-by: Aaron Conole <[email protected]> Acked-by: Ciara Power <[email protected]> Acked-by: Fan Zhang <[email protected]> Acked-by: John McNamara <[email protected]>
show more ...
|