Re: [dpdk-dev] [RFC] doc: add a guide to describe developing tests

2021-01-27 Thread Aaron Conole
Hi Bruce, Thanks for the review! Responses below. Bruce Richardson writes: > On Wed, Jan 27, 2021 at 10:16:18AM -0500, Aaron Conole wrote: >> The DPDK testing infrastructure includes a comprehensive set of >> libraries, utilities, and CI integrations for developers to test >> their code change

Re: [dpdk-dev] [RFC] doc: add a guide to describe developing tests

2021-01-27 Thread Bruce Richardson
On Wed, Jan 27, 2021 at 10:16:18AM -0500, 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 s

[dpdk-dev] [RFC] doc: add a guide to describe developing tests

2021-01-27 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