[dpdk-dev] [PATCH v3 2/7] test: introduce parent testsuite format

Aaron Conole aconole at redhat.com
Fri Apr 23 18:32:08 CEST 2021


Ciara Power <ciara.power at intel.com> writes:

> The current structure for unit testing only allows for running a
> test suite with nested test cases. This means all test cases for an
> autotest must be in one suite, which is not ideal.
> For example, in some cases we may want to run multiple lists of test
> cases that each require different setup, so should be in separate suites.
>
> The unit test suite struct is modified to hold a pointer to a list of
> sub-testsuite pointers, along with the list of testcases as before.
>
> Signed-off-by: Ciara Power <ciara.power at intel.com>
>
> ---

LGTM

Reviewed-by: Aaron Conole <aconole at redhat.com>



More information about the dev mailing list