Re: [dpdk-dev] [PATCH] guides: add a testing guide for developing tests

2021-02-09 Thread Aaron Conole
"Kinsella, Ray" writes: > On 08/02/2021 16:52, Aaron Conole wrote: >> 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 add

Re: [dpdk-dev] [PATCH] guides: add a testing guide for developing tests

2021-02-08 Thread Kinsella, Ray
On 08/02/2021 16:52, Aaron Conole wrote: > 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 infras

[dpdk-dev] [PATCH] guides: add a testing guide for developing tests

2021-02-08 Thread Aaron Conole
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 i